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 Global and External Variables?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to print 10 to 1 if the input have only 10 digit number?
When is inspect verb is used in cobol?
Write the code to count the sum of n natural numbers.
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between external and global variables in COBOL?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
In which area will you utilize 88 level items in cobol?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how to refer the data field?
How do define dynamic array in cobol.