Author: Marso
Subject: Reply to: How to display value of an exit parameter on the console?
Posted: Sun Oct 09, 2016 5:44 pm (GMT 5.5)
When using the format WTO TEXT=(5) then the area must include the length in the 1st half word.
Here is an example:
(Code not validated)
Subject: Reply to: How to display value of an exit parameter on the console?
Posted: Sun Oct 09, 2016 5:44 pm (GMT 5.5)
When using the format WTO TEXT=(5) then the area must include the length in the 1st half word.
Here is an example:
Code: |
MVC MYTRANS,UEPTRANID LA 5,WTOTRANS WTO TEXT=(5) ... WTOTRANS EQU * DC AL2(L'MYTRANS) MYTRANS DS CL4 |
(Code not validated)