77 a pic x(4) value '1234' -----> instead of this 'abcd'
77 b pic 9(4) value zeros.
move a to b
what is the answers for both cases?
IS it possible? Give me elementary move rules briefly......
Answer Posted / mithlesh
It is not possible to move alphanumaric to numaric data type
it will throw soc7 error at runtime.
Sco7 is the abend . which come when mismatch problem
occured.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which mode is used to operate the sequential file?
) how do u code after getting data?
For rewrite, why is it mandatory that file needs to be opened?
Can we change the password using ALTER? anyone tried and changed?
Name the sections present in data division.
What is the local-storage section?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how do you reference the ksds vsam file formats from cobol programs
What is inspect in cobol ?
what is difference between cobol and cobol/400
How do you get the data to code the BMS macro?
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
Define static linking and dynamic linking.
What is the difference between structured cobol programming and object alternativelyiented cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.