01rec1.
05 a pic 999v99 value 123.12
05 b pic 99v9 value 45.9
02 rec2.
05 x pic 999v99
05 y pic 99v99
05 z pic x(3) value 'abc'
if rec1 is moved to rec2 then what is the value of rec2?
Answer Posted / kingmanish
Valur of REC2 would be
12312459abc
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are literals?
Write the code implementing the perform … varying.
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between PIC 9.99 and 9v99 in COBOL?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between goback, stop run and exit program in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
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 you can characterize tables in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
What is the Purpose of Pointer in the string?
What is difference between static and dynamic call in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to print 10 to 1 if the input have only 10 digit number?
) How do u handle errors in BMS macro?