I know that if you pass the variable ABC to XYZ this is possible ..but My requirement is to convert the Sting value 'ABC' into the variable ABC inside the program.
hope this clarifies the wuestion.
Thanks anyways for your reply.
Challakk.
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'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.