This example shows you how to disable transaction PAY1 in CICS® system CICSPA01. (CICSPA01 is in the CICSplex PLXPROD1, which is the current scope.) There are several ways of doing this.
For example, you can:
From the current view, issue the command LOCTRAN. The LOCTRAN view, showing all local transactions in the current scope (PLXPROD1), is displayed.
Issue the command DIS PAY1 CICSPA01. The LOCTRAN view shows the status value of transaction PAY1 in CICS system CICSPA01 as DISABLED.
or you can:
Issue the command LOCTRAN PAY1. The LOCTRAN view, listing all instances of transaction PAY1 in the current scope, is displayed.
Tab to the entry for transaction PAY1 in CICS system CICSPA01, and either:
or
or you can:
Issue the command SCO CICSPA01. The window information line confirms that the scope is now CICS system CICSPA01.
Issue the command LOCTRAN. The LOCTRAN view, showing all transactions in the current scope (CICSPA01), is displayed.
Issue the command DIS PAY1. The LOCTRAN view shows the status value of transaction PAY1 as DISABLED.