RENAME clause takes new SPACE in memory.TRUE or FALSE?
a)TRUE
2)FALSE
Answer Posted / 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 View All Answers
Write the code to count the sum of n natural numbers.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Can you please let me know the centre name of INS certification in Kolkata.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What rules are followed by the search verb.
What are 77 levels used for?
What is cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
How do we get current date from system with century in COBOL?
What is Pic 9v99 Indicates in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
HOw can I get the negative sign while deduct high value from low value
What are the access modes of START statement?
Define static linking and dynamic linking.