Previous Topic: SITRAN Keyword—CICS Automatic TransactionNext Topic: SMASYS and SMANODE Keywords—Startup, Recovery, and Thread Options


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)