SIRPRMPT parameter: Difference between revisions
Jump to navigation
Jump to search
m misc formatting |
|||
Line 21: | Line 21: | ||
<dd>Add the [[JOBNM parameter|jobname]] (or the VM's user ID under CMS) to the command mode prompt. | <dd>Add the [[JOBNM parameter|jobname]] (or the VM's user ID under CMS) to the command mode prompt. | ||
This makes it easy to determine which Online one is connected to in command | This makes it easy to determine which Online one is connected to in command | ||
mode, possibly averting accidents like someone typing < | mode, possibly averting accidents like someone typing <var>[[EOJ command|EOJ]]</var> in a production Online when she means to be terminating a test Online. | ||
<dt>X'02' | <dt>X'02' | ||
Line 29: | Line 29: | ||
<dt>X'04' | <dt>X'04' | ||
<dd>When the <var>[[EOJ command|EOJ]]</var> command is issued from a full screen thread (< | <dd>When the <var>[[EOJ command|EOJ]]</var> command is issued from a full screen thread | ||
(<var>[[IODEV parameter|IODEV=7,11 or 41]]</var>), the user is prompted for the name of the Online (rather than for <code>Yes</code> or <code>No</code>) to confirm that the run is to be ended. | |||
<p> | |||
<var>[[CUSTOM parameter|CUSTOM=37]]</var> must also be set to use this value. | |||
</p> | |||
<p> | <p> | ||
The X'04' setting was made available in version 7.5 of Model 204.</p> | The X'04' setting was made available in version 7.5 of Model 204.</p> | ||
Line 35: | Line 39: | ||
<dd>When the <var>EOJ</var> command is issued from a line-at-a-time thread, | <dd>When the <var>EOJ</var> command is issued from a line-at-a-time thread, | ||
the user is prompted for the name of the Online (rather than for <code>Yes</code> or <code>No</code>) to confirm that the run is to be ended. | the user is prompted for the name of the Online (rather than for <code>Yes</code> or <code>No</code>) to confirm that the run is to be ended. | ||
<p> | |||
<var>[[CUSTOM parameter|CUSTOM=37]]</var> must also be set to use this value. | |||
</p> | |||
<p> | <p> | ||
A line-at-a-time thread has one of the following <var>[[IODEV parameter|IODEV]]</var> values: </p> | A line-at-a-time thread has one of the following <var>[[IODEV parameter|IODEV]]</var> values: </p> |
Revision as of 00:27, 24 September 2025
Sirius full screen prompt
Summary
- Default value
- X'00'
- Parameter type
- System
- Where set
- System manager resettable
- Related products
- All
- Introduced
- Before Sirius Mods 6.7
Description
This parameter is a bitmask parameter that affects the command mode prompt in an Online. The meaning of the bits in SIRPRMPT are:
- X'01'
- Add the jobname (or the VM's user ID under CMS) to the command mode prompt. This makes it easy to determine which Online one is connected to in command mode, possibly averting accidents like someone typing EOJ in a production Online when she means to be terminating a test Online.
- X'02'
- Add the name of the job step to the command mode prompt. Note that if the X'01' bit is on, the X'02' bit is ignored. The X'02' bit should not be used under CMS.
- X'04'
- When the EOJ command is issued from a full screen thread
(IODEV=7,11 or 41), the user is prompted for the name of the Online (rather than for
Yes
orNo
) to confirm that the run is to be ended.CUSTOM=37 must also be set to use this value.
The X'04' setting was made available in version 7.5 of Model 204.
- X'08'
- When the EOJ command is issued from a line-at-a-time thread,
the user is prompted for the name of the Online (rather than for
Yes
orNo
) to confirm that the run is to be ended.CUSTOM=37 must also be set to use this value.
A line-at-a-time thread has one of the following IODEV values:
- 29 or 39 (a BATCH2 thread), 37 (see Note), 45, or:
- The value of the SDAEMDEV parameter (a Daemon thread).
Note: The
IODEV=37
setting is no longer supported as of Model 204 version 7.6.The X'08' setting was made available in version 7.5 of Model 204 and of the Sirius Mods.