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)
|
Copyright © 2009 CA.
All rights reserved.
|
|