Previous Topic: SIGREQ Keyword—SIGVER record program definitionNext Topic: SMASYS and SMANODE Keywords—Startup, Recovery, and Thread Options


SITRAN Keyword—CICS Automatic Transaction

Valid on z/OS and z/VSE.

Use the SITRAN keyword to specify which CICS transaction CA Top Secret automatically executes after an ACID successfully signs on to a facility.

Note: If a SITRAN is added to an ACID that already has a CICS transaction defined, the transaction is replaced.

This keyword has the following format:

TSS ADDTO(acid) SITRAN(transaction name [,facility])
transaction name

Specifies the CICS transaction that automatically executes when an ACID signs on to a facility.

Length: 1 to 8 characters

This keyword is used with:

Examples: SITRAN keyword

This example forces execution of the CICS transaction PAY6 for a profile ACID, regardless of the facility logged on:

TSS ADDTO(PROF3C) SITRAN(PAY6)

This example causes CA Top Secret to invoke the transaction PAY6 only when logged on to the CICSTEST facility:

TSS ADDTO(PROF3C) SITRAN(PAY6,CICSTEST)

This example removes the SITRAN value:

TSS REMOVE(PROF3C) SITRAN(PAY6,CICSPROD)