Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 9405

CICS :: RE: How to display value of an exit parameter on the console?

$
0
0
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:
         MVC   MYTRANS,UEPTRANID
         LA    5,WTOTRANS
         WTO   TEXT=(5)                                               

         ...

WTOTRANS EQU   *
         DC    AL2(L'MYTRANS)
MYTRANS  DS    CL4


(Code not validated)


Viewing all articles
Browse latest Browse all 9405

Trending Articles