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
How many sections are there in data division in COBOL?
What are the different types of condition in cobol and write their forms.
What is the difference between Call and a Link?
How are the next sentence and continue different from each other?
In COBOL programming, what is PERFORM? What is VARYING?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the difference between comp and comp-3?
What is a scope terminator give example?
Difference between cobol and cobol-ii?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
IF I mention stop run in CICS what happens?
Name the sections present in data division.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
) how do u code after getting data?