My Requirement is...
Example of my requirement is:
01 ABC pic X(1).
01 XYZ Pic X(1).
Procedure Division.
move '1' to ABC.
Move 'ABC' to XYZ.
.....Unknown code here.....
Display XYZ.
Stop run.
My question is, is it possible to get the Display statement to Display the value of '1' instead of 'ABC'.
Please let me know.
Thanks for your help in advance.
Challakk.
Example of my requirement is:
01 ABC pic X(1).
01 XYZ Pic X(1).
Procedure Division.
move '1' to ABC.
Move 'ABC' to XYZ.
.....Unknown code here.....
Display XYZ.
Stop run.
My question is, is it possible to get the Display statement to Display the value of '1' instead of 'ABC'.
Please let me know.
Thanks for your help in advance.
Challakk.