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 the difference between PIC 9.99 and 9v99 in COBOL?
In which area will you utilize 88 level items in cobol?
What rules are to be followed while using the corresponding options?
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 redefines clause in COBOL?
What are the different data types in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Write a program that uses move corresponding.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between comp and comp-3 usage?
Write a cobol program making use of the redefine clause.
Difference between cobol and cobol-ii?