can u give result for the fallowing example...
05 a pic 9(2)
05 b redifines a pic x(2).
move 'xy' to b.
display a,b.
Answer Posted / muttaiah
I think it will give soc7 abend because we are moving
char's to numeric field.
can someone explain more clearly on this.
If you have any link regarding this do share with us.
Thanks in advance.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How can you get the ksds file records into your cobol program?
Write down the divisions of cobol program?
Explain the configuration section of a cobol program with examples of syntax.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are 77 levels used for?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is difference between static and dynamic call in cobol?
What is link edit in cobol?
What is length is cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
what happens if parmparameter passes zero bytes to the program
What is comp-1 and comp-2?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..