Previous Topic: TIRCSGNX—Server TCP/IP Signon ExitNext Topic: Purpose


Source Code

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

The Linkage Parameter list used by this exit is as follows:

01 RUNTIME-PARM1 		PIC X(01).
01 RUNTIME-PARM2 		PIC X(01).
01 TIRCSGN-RETURN 		PIC X(02).
01 SGN-USERID 		PIC X(08).