GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  TCS  >  COBOL
Go To First  |  Previous Question  |  Next Question 
 COBOL  |  Question 43 of 44    Print  
is Renaming variable takes separate space or not

  
Total Answers and Comments: 2 Last Update: September 21, 2007     Asked by: Somu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 13, 2006 08:20:09   #1  
santhosh t        

RE: is Renaming variable takes separate space or not
No it won't take seperate spaces
 
Is this answer useful? Yes | No
September 21, 2007 01:43:20   #2  
NAGARAJ        

RE: is Renaming variable takes separate space or not
Yes renaming will take seperate spaces only redefine uses the already used space.
 
Is this answer useful? Yes | No

 Related Questions

Consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VALUE 123.45 after the statement MOVE W-A TO W-B what will be W-B value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

Consider the statement (incomplete) IF(A NUMERIC) DISPLAY A the variable A can be a.NUMERIC b.ALPHABETIC c.ALPHANUMERIC d.NUMERIC OR ALPHANUMERIC

Latest Answer : Yes, renaming will take seperate spaces, only redefine uses the already used space. ...
Read Answers (2) | Asked by : Somu


 Sponsored Links

 
Related Articles

What happens when a variable is not initialized in main function?

When a variable is not initialized in main function it contains garbage value. This can be well seen from the example below main() { int x; printf(“%d”,x); z= sample() } sample() { printf(“Testing program”); } Output is   &n
 

What happens when a variable is not declared in function definition?

Generally in C program the function definition and calling takes the form as given below: main() { int x,y,z; z=sample(x,y); printf(“%d”,z); } sample(x1,y1) int x1,y1; { int z1; z1= x1 - y1; return(z1); } Here what happens is the values x, y gets passed to x1,y1
 

Variable, Constants and Data types in C++

Variable Constants and Data types in C In this C tutorial you will learn about variable constants and data types in C rules for defining variable name short int int long int float double long double char bool declaring variables and constants mosgoogle Variables A variable is the storage location in
 

Quality Aspects to Check While Writing COBOL Program

Quality Aspects to Check While Writing COBOL Program This article gives a general list which the programmer must check while delivering programs developed in COBOL This can also be used as a general checklist for checking quality of the COBOL program developed mosgoogle Quality is a vital factor fo
 

Table space - Important concept of Database

Table space Important concept of Database Wondering what a Table space is Database is divided into one or more logical storage units known as table space The table space is created by database administrator After the table space gets created by administrator tables can be created by users in their
 

COBOL Interview Questions

COBOL Interview Questions This article provides Mainframe Interview Questions covering Cobol questions For more Interview Questions Answers related to Mainframe click on links provided at the end of each question set mosgoogle COBOL 1 a What is the difference between write and move in COBOL b What i
 

Displaying Master-Detail Data on Separate Pages in ASP.NET 2.0

ASP NET 2 0 Tutorials Displaying Master Detail Data on Separate Pages In this tutorial you will learn how to display Master Detail Data on Separate Pages create the details page test the pages and Allow Editing Deleting and Inserting Using a DetailsView DataBound control mosgoogle A variation of t
 

How to find Free Space

df kt Filesystem kbytes used avail capacity Mounted on dev vx dsk rootvol 4032504 970905 3021274 25 proc 0 0 0 0 proc fd 0 0 0 0 dev fd mnttab 0 0 0 0 etc mnttab dev vx dsk var 1984564 135528 1789500 8 var swap 1674464 16 1674448 1 var run swap 1674504 56 1674448 1 tmp dev vx dsk opt 3008649 71
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape