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
What are various search techniques in cobol? Explain.
What is a SSRANGE and NOSSRANGE?
Write a program that uses move corresponding.
Difference between cobol and cobol-ii?
How do define dynamic array in cobol.
What kind of error is trapped by on size error option?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How can you get the ksds file records into your cobol program?
What is the difference between Global and External Variables?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How you can read the file from bottom?
Write some characteristics of cobol as means of business language.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are declaratives and what are their uses in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?