Previous Topic: Operand DefinitionsNext Topic: DISPLAY PLAN Command (DB2 Only)


DISPLAY PCT Command

The DISPLAY PCT command displays information about PCT entries that reference SC00INIT, SC00DISP, SC00NATD, SC00SAST, and DFHWBA.

This command has the following format:

DISPLAY PCT

Example

An example of the display that the DISPLAY PCT command produces follows.

TRAN INITIAL TYPE OF TWA PRD ID PROGRAM ENTRY SIZE scfd SC00DISP ACCOUNT-ID 64 ASYN SC00NATD ASYNC 64 WWW.ASYNC (0001) CWBA DFHWBA WEB INTF. 0 Transaction not in SCWBTRAN DDOL SC00INIT 12 DDO DDOX SC00INIT 12 DDO DEBB SC00INIT 64 Transaction not in SC00TRAN DEBG DFHWBA WEB INTF. 64 Transaction not in SCWBTRAN DIAL DFHWBA WEB INTF. 64 Transaction not in SCWBTRAN EMPL SC00NATD ASYNC 64 Transaction not in SCASTRAN HBRX DFHWBA WEB INTF. 0 Transaction not in SCWBTRAN HBR1 SC00INIT FINAL-ID 64 IDL $ID.HBR1 HTTU DFHWBA WEB INTF. 0 Transaction not in SCWBTRAN HWBA DFHWBA WEB INTF. 0 Transaction not in SCWBTRAN IBIN DFHWBA WEB INTF. 64 WWW.WEBIMAGE(001) IDBA DFHWBA WEB INTF. 64 WWW.BBSDEMOA(001) IDBB DFHWBA WEB INTF. 64 WWW.BBSDEMOB(001) IDBC DFHWBA WEB INTF. 64 WWW.BBSDEMOC(001) IDB0 DFHWBA WEB INTF. 64 WWW.BBSDEMO0(001) IDEA SC00INIT 64 IDL IDLX SC00INIT FINAL-ID 64 IDL IPCV SC00INIT 64 IPC IPCX SC00INIT 64 IPC JULC SC00NATD ASYNC 60 Transaction not in SCASTRAN P08 SC00DISP ACCOUNT-ID 64 SAST SC00SAST COMP/PRINT 64 SCFD SC00DISP ACCOUNT-ID 64 S318 SC00NATD ASYNC 64 Transaction not in SCASTRAN

DISPLAY PCT operates by browsing the transaction entries and checking the program name returned. If it is one of SC00INIT, SC00DISP,SC00NATD, SC00SAST or DFHWBA, then the details are formatted for the display. The program name directly determines the TYPE OF ENTRY column, and the various types are discussed below:

ACCOUNT-ID

These are transactions that execute SC00DISP, and can be used as operands of the SET ENVIRONMENT ACCOUNT-ID command. The TWA size should be 64 bytes or more. No other details are shown.

FINAL-ID

These are transactions that execute SC00INIT, which starts an SCF session. They may execute CA Ideal, or CA Datacom applications, so there will be an entry in the PRD (product) column to indicate which is involved. This information is gathered from the entry in the SC00TRAN transaction table corresponding to the transaction id, and if none can be found, the message "Transaction not in SC00TRAN" will be displayed.

A CA Ideal application will also have a startup member, and the user and member names will be obtained from SC00TRAN and displayed. These transactions can be used as operands of the SET ENVIRONMENT FINAL-ID command, and should have a TWA size of 64 or more bytes. Transactions running other CA products may need only 12 bytes of TWA.

COMP/PRINT

There is usually only a single entry for transaction SAST, which executes SC00SAST, and is used in a CA Ideal development environment for running asynchronous compilations.

ASYNC

These are transactions executing SC00NATD. They are used to start CA Ideal applications that do not run at a terminal, such as those servicing a message queue. The transaction ID is looked up in the SCASTRAN table to find the system, name and version of the CA-Ideal program that will be run. If the entry is found those details are displayed. If not found, the message "Transaction not in SCASTRAN" is displayed. As with any other CA Ideal transaction, the TWA size should be 64 bytes or greater.

WEB INTF.

These transactions execute DFHWBA, the alias driver for the CICS Web Interface, and it may then call web applications in any language. You can expect many entries to show as "Transaction not in SCWBTRAN" which is the lookup table for web applications written in CA Ideal. In particular, the DEBG and DIAL transactions are special cases that do not need entries in the table, even though they do execute CA Ideal code.

Where an entry in SCWBTRAN does exist, the system, name and version of the program that will run is displayed. If the version shows as "PRD", then the current production version will always be executed. If a numeric version is shown, then that program must be in TEST status to execute.