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

The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND

10 Answers   Huawei, IBM, TCS,


What COBOL construct is the COBOL II EVALUATE meant to replace?

1 Answers  


can we use COPY statement in w-s section? how?

3 Answers  


How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?

4 Answers  


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

0 Answers   HCL,






what is the coding difference between COBOL and CICS.

8 Answers   Cap Gemini,


What is report-item in COBOL?

0 Answers   Arigo Infotech,


How many maximum number of procedures can we write in one COBOL program?

5 Answers  


How many bytes do a s9 (7) comp-3 field occupy?

1 Answers  


what is ASRA, AEY9?

2 Answers   IBM,


What guidelines should be followed to write a structured cobol prgm?

0 Answers  


what is the diff b/w select stsmt and cursor ?

2 Answers  


Categories