Writer instructions | |
|---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines | |
Transaction line commands
In cross-reference views that show transaction codes, you can use the following line commands:
Line command | Result |
|---|---|
PT | Stop a transaction Issues the IMS /STOP TRAN command to stop the scheduling or queuing of messages that contain the transaction code. |
ST | Start a transaction Issues the IMS /START TRAN command to start the transaction. The ST command enables LTERM or other program message scheduling and queuing. |
PUT | Purge a transaction Issues the IMS /PURGE TRAN command to stop input messages that are destined for the transaction code. Transactions can still be scheduled. |
PST | Stop transaction scheduling Issues the IMS /PSTOP TRAN command to stop the scheduling of messages that contain the transaction code. The PS command prevents transaction scheduling after the limit count for the transaction code is reached. PST cannot stop Fast Path exclusive (FPE) transactions, but it can stop Fast Path potential (FPP) transactions. |
LT | Lock a transaction Issues the IMS /LOCK TRAN command to stop the scheduling of messages that contain the transaction code. |
UT | Unlock a transaction Issues the IMS /UNLOCK TRAN command to free a transaction code that was previously locked by the /LOCK TRAN command. |
Related topic