RENAME clause takes new SPACE in memory.TRUE or FALSE?
a)TRUE
2)FALSE
Answer Posted / siri
FALSE...
RENAME CONSEPT IS REUSE THE SPACE IN THE GROUP...SO DOES NOT TAKE ANY SPACE....
01 GROUP1
05 EMP-ID PIC 9(9)
05 EMP-NAME PIC X(9)
01 GROUP2
05 EMP-SAL PIC 9(9)
05 EMP-ADD PIC X(10)
66 GROUP3 RENAMES EMP-ID THRU EMP-ADD.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
i want a program using by if, evaluate , string, unstring, perform, occurs?
Describe the cobol database components?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How do you get the data to code the BMS macro?
How do we get current date from system with century in COBOL?
how do you reference the rrds file formats from cobol programs
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how can i see junk values in dclgen or in hostvariable of comp ?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How you can characterize tables in cobol?
how do you reference the variable unblock file formats from cobol programs
) How do u handle errors in BMS macro