Previous Topic: TIRSIPEX—CICS Sockets Server ExitNext Topic: Arguments


Source Code

The source code for this exit is in CA Gen CEHBSAMP library, in member TIRSIPEX. The sample exit provided is written in COBOL and uses standard OS Linkage.

The parameter list used by TIRSIPEX is as follows:

01  RUNTIME-PARM1 				PIC X.
01  RUNTIME-PARM2 				PIC X.
01  SIP-TS-PREFIX     				PIC X(03).
01  DEST-ERR           				PIC X(04).
01  DEST-INFO                    		PIC X(04).
01  SELECT-TIMEOUT-SECS     			PIC 9(08) BINARY.
01  SELECT-TIMEOUT-MICROSEC			PIC 9(08) BINARY.
01  ERROR-IP-FLAG                            PIC X(1).
01  TIRSIPEX-RC             			PIC X(02).