RENAME clause takes new SPACE in memory.TRUE or FALSE?
a)TRUE
2)FALSE
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajesh
False.
It will take the space of the redefined variable when used.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / shiva
REDEFINES AND RENAMES ARE USED FOR REUSING STORAGE SPACE....
HENCE RENAME DOES NOT USE NEW SPACE IN MEMORY
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
How to pass return codes from cobol to jcl?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
How to Pass table from a cobol program to another cobol program and how to use that table in called program
Write a program to enter and display the names of students in a class using the occurs clause.
where do u use low-value and high value in cobol
explain sorting techniques in cobol program?
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
how to access vsam files in cobol and how to differentiate that this is ESDS file
Hai friends why we need to read a file before re-write a record?
what is the advantage of using redefines instead of delaring the variables ?
what is rediffine clause?in what situation it can use?give me real time example?