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
) How do u handle errors in BMS macro?
What is a SSRANGE and NOSSRANGE?
Which division and paragraphs are mandatory for a COBOL program?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Explain the configuration section of a cobol program with examples of syntax.
what is difference between cobol and cobol/400
What is cobol?
What kind of error is trapped by on size error option?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Mention the guidelines to write a structured cobol program?
How arrays can be defined in COBOL?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between binary search and sequential search?
What are the cobol coding sheets?
What guidelines should be followed to write a structured cobol prgm?