Disabling a transaction in a single CICS system

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:

  1. List all local transactions.

    From the current view, issue the command LOCTRAN. The LOCTRAN view, showing all local transactions in the current scope (PLXPROD1), is displayed.

  2. Disable a single instance of the transaction.

    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:

  1. List all instances of the transaction.

    Issue the command LOCTRAN PAY1. The LOCTRAN view, listing all instances of transaction PAY1 in the current scope, is displayed.

  2. Disable a single instance of the transaction.

    Tab to the entry for transaction PAY1 in CICS system CICSPA01, and either:

    or

or you can:

  1. Change the scope to a single CICS system.

    Issue the command SCO CICSPA01. The window information line confirms that the scope is now CICS system CICSPA01.

  2. List all local transactions.

    Issue the command LOCTRAN. The LOCTRAN view, showing all transactions in the current scope (CICSPA01), is displayed.

  3. Disable the transaction.

    Issue the command DIS PAY1. The LOCTRAN view shows the status value of transaction PAY1 as DISABLED.

[[ Contents Previous Page | Next Page Index ]]