01 a pic x(4) value 'abcd'
01 b pic 9(3)
can we move from a to b.if possible what would be stored in
b.
Answer Posted / vikas p o
First thing, when write this code and compile will it
compile sucessfully. If it compiles sucessfuly then if run
JCL will it give SOC7 or not.
Did test it but got error during compliation something like
"MOVE DID NOT FOLLOW COMPATIBILITY RULES".
Ppl can add to this...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we change the password using ALTER? anyone tried and changed?
What are various search techniques in cobol? Explain.
Difference between cobol and cobol-ii?
) How do u handle errors in BMS macro?
What is rmode(24)
Have you used comp and comp-3 in your project? And how?
In which area will you utilize 88 level items in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is Pic 9v99 Indicates in COBOL?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
) what is the difference between AID and HANDLE AID?
What is the problem of ordered sequential files access?
What is the use of intialize verb?
what are decleratives in cobol?