Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


RENAME clause takes new SPACE in memory.TRUE or FALSE?
a)TRUE
2)FALSE

Answers were Sorted based on User's Feedback



RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / mayank rastogi

FALSE.

The RENAMES clause does not use any extra space within the program as all it is doing is supplying a replacement name for use in a data definition attached to the program.

Is This Answer Correct ?    13 Yes 1 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / anandaboopalan

a)TRUE

Is This Answer Correct ?    20 Yes 10 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / tango

False.
it doesnot take any extra space.

Is This Answer Correct ?    6 Yes 1 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / anoop m

A) true

Is This Answer Correct ?    8 Yes 5 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / rajesh

False.

It will take the space of the redefined variable when used.

Is This Answer Correct ?    4 Yes 1 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / santy

TRUE.

Is This Answer Correct ?    9 Yes 7 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / guest

True

Is This Answer Correct ?    4 Yes 2 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / shiva

REDEFINES AND RENAMES ARE USED FOR REUSING STORAGE SPACE....

HENCE RENAME DOES NOT USE NEW SPACE IN MEMORY

Is This Answer Correct ?    2 Yes 0 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / ssampath

true

Is This Answer Correct ?    1 Yes 1 No

RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE..

Answer / amar

false.

because rename clause is used for rename the
variable/identifier/data name.
redefines clause will take extra space. because we define
data names tow times in working storage section.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

copy 100 records without using ibm utilities

3 Answers  


What is R-mode and A-mode?

3 Answers   TCS,


Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?

4 Answers  


What is the size of s9(19)comp3? explain

8 Answers  


input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.

1 Answers  


how to resolve the file status 47.......

1 Answers   MMM,


What is rmode(any) ?

0 Answers  


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

0 Answers   IBM,


what is the use of filler in cobol programing?

4 Answers   MAT,


What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad

8 Answers   Syntel,


what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

5 Answers   TCS,


How do you get the data to code the BMS macro?

0 Answers   IBM,


Categories