6.4.2 Output
ACL fills following fields when ACL RETURN
to
ALST
:
- ACL-RETCODE
- The return code (0 is success; -1 is failure).
- ACL-RETMSG
- If
ACL-RETCODE=0
,ACL-RETMSG
contains initial input string that denotes how to call a transaction (the input string is the exact input that user types in 3270 terminal instead of the real 3270 data stream. ART for CICS will compose the 3270 data stream from the input string). The size of this field is 1920 bytes (padded with trailing spaces if needed). - ACL-MSGLEN
- Length of the initial input string
ACL-RETMSG
. - FILLER
- Reserved 60 characters for future use. It must be binary zeros.
Parent topic: COMMAREA Between DFHALST and Startup ACL