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
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What are the pertinent COBOL
What is the local-storage section?
how do you reference the printer file formats from cobol programs
What guidelines should be followed to write a structured cobol prgm?
Mention the guidelines to write a structured cobol program?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Why occurs cannot be used in 01 level in COBOL?
What are the different data types in cobol?
) what is the difference between AID and HANDLE AID?
What is comp-1 and comp-2?
What rules are to be followed while using the corresponding options?
In which area will you utilize 88 level items in cobol?