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 |
Line commands (Manage terminal and user status)
You can issue the following line commands to help you determine the cause of terminal and user problems:
Line command | Result |
---|---|
SL | Start an LTERM Issues the IMS /START LTERM command to start an LTERM |
PL | Stop an LTERM Issues the IMS /STOP LTERM command to stop an LTERM |
LL | Lock an LTERM Issues the IMS /LOCK LTERM command to lock an LTERM |
UL | Unlock an LTERM Issues the IMS /UNLOCK LTERM command to unlock an LTERM |
PU | Stop a user Issues the IMS /STOP USER command to stop a user |
SU | Start a user Issues the IMS /START USER command to start a user |
SN | Start a NODE Issues the IMS /START NODE command to start a NODE |
PN | Stop a NODE Issues the IMS /STOP NODE command to stop a NODE |
IN | Idle a NODE Issues the IMS /IDLE command to terminate input or output for a NODE |
D1 | Dequeue a single transaction Issues the IMS QUEUE LTERM NAME(name) OPTION(DEQ1) command, which dequeues the oldest message for the LTERM The node and user must be stopped before a transaction can be dequeued. This command is a Type-2 command, which requires an IMSplex environment. |
DA | Dequeue all transactions Issues the IMS QUEUE LTERM NAME(name) OPTION(DEQALL) command, which dequeues all of the messages queued to the LTERM The node and user must be stopped before the transactions can be dequeued. This command is a Type-2 command, which requires an IMSplex environment. |
CL1 | Dequeue all transactions for a Type-1 non-IMSPLEX environment Issues the following set of commands, which dequeues all messages queued to the LTERM without needing to stop and restart related IMS resources:
|
CL2 | Dequeue all transactions for Type-2 IMSPlex environment Issues the following set of commands, which dequeues all of the messages queued to the LTERM without needing to stop and restart related IMS resources:
|
Related topic