Line commands and field descriptions for the TRANSACTION application
Line command | Description |
---|---|
P | Issues the /STOP TRAN command to stop the scheduling or queuing of messages containing this transaction code |
S | Issues the /START TRAN command to start this transaction, which allows LTERM or other program message scheduling and queuing |
PU | Issues the /PURGE TRAN to stop input messages destined for this transaction code. Transactions can still be scheduled |
PS | Issues the /PSTOP TRAN to stop the scheduling of messages containing this transaction code The command prevents transaction scheduling after the limit count for the transaction code is reached. PS cannot stop Fast Path Exclusive (FPE) transactions, but it can stop Fast Path Potential (FPP) transactions. |
L | Issues the /LOCK TRAN command to stop the scheduling of messages containing this transaction code |
U | Issues the /UNLOCK TRAN command to free a transaction code previously locked by the /LOCK TRAN command |
? | Issues the /DIS TRAN command to display additional information for a transaction |
Field descriptions for the TRANSACTION application
The following table contains the field descriptions.
Field name | Description |
---|---|
TRANCODE | Name of the IMS transaction |
TYPE | Transaction type defined to IMS, which can be as follows:
|
CLS | Scheduling class for the transaction |
ENQCNT | Total number of enqueued messages |
QUECNT | Remaining number of messages in the message queue |
CP | Current priority of the transaction |
LP5 | Limit priority of the transaction |
STATUS | The status of the transaction, which can be as follows:
|
If the list of concurrent statuses does not fit on the panel, the plus sign (+) character is displayed after the last displayed status. The additional statuses might be viewed by entering the question mark (?) line command against the transaction. This line command causes the IMS /DIS TRAN command to be issued for the transaction in question.
Exceptions off (X OFF) is the default. All transactions are displayed, including those that are an exception to normal operation. If X ON is entered in the primary command line, only the transactions in an exception to normal operation are shown. The exception status can be
- STO
- PSTO
- PUR
- LOCK
- USTO
- SPND
- I/O PRE
- QERR
- TRA
ENQ is a primary command used only on the TRANSACTION application. Enter ENQ ON in the COMMAND field to display only the transactions that have a nonzero queue count. Enter ENQ OFF to display all the transactions.