RENAME clause takes new SPACE in memory.TRUE or FALSE?
a)TRUE
2)FALSE
Answer Posted / tango
False.
it doesnot take any extra space.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between goback, stop run and exit program in cobol?
What are the various section in data division and briefly explain them.
how do you reference the fixed unblock file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is a report item?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How many bytes S(8) comp field occupy and its maximum value?
what is the use of outrecord?
Which division and paragraphs are mandatory for a COBOL program?
Why would you use find and get rather than to obtain?
What is the difference between comp and comp-3?