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 / mahesh satya
123124590abc
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is redefines clause in COBOL?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
example for sub strings ? and refernce modifications whit output pls
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do you reference the fixed block file formats from cobol programs
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What rules are followed by the search verb.
How do define dynamic array in cobol.
Differentiate between structured cobol programming and object-oriented cobol programming.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How do you differentiate between cobol and cobol-ii?
What is report-item in COBOL?
What is the problem of ordered sequential files access?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?