RENAME clause takes new SPACE in memory.TRUE or FALSE?
a)TRUE
2)FALSE
Answer Posted / 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 |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is report-item in COBOL?
How to know whether the module is dynamical or statistical?
What do you understand by psb and acb?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are the various section in data division and briefly explain them.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between PIC 9.99 and 9v99 in COBOL?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the difference between comp and comp-3 usage?
What are the different data types in cobol?
What is the difference between Global and External Variables?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is Pic 9v99 Indicates in COBOL?