SIRPRMPT parameter: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
|||
Line 27: | Line 27: | ||
Note that if the X'01' bit is on, the X'02' bit is ignored. | 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. | The X'02' bit should not be used under CMS. | ||
This setting was made available in version 7.1 of the <var class="product">Sirius Mods</var>. | <p>This setting was made available in version 7.1 of the <var class="product">Sirius Mods</var>.</p> | ||
<dt>X'04' | |||
<dd>When the [[EOJ command|EOJ]] command is issued from a full screen thread (IODEV=7, IODEV=11, IODEV=41, or IODEV=47), 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>This setting was made available in version 7.5 of Model 204/<var class="product">Sirius Mods</var>.</p> | |||
<dt>X'08' | |||
<dd>When the [[EOJ command|EOJ]] 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. | |||
<p> | |||
A line-at-a-time thread has one of the following IODEV values: | |||
<ul> | |||
<li>29 or 39 (a BATCH2 thread), 37, 45, or: </li> | |||
<li>the value of the <var>[[SDAEMDEV parameter|SDAEMDEV]]</var> parameter (a [[Sdaemons|Daemon thread]]).</li> | |||
</ul> | |||
</p> | |||
<p>This setting was made available in version 7.5 of Model 204/<var class="product">Sirius Mods</var>.</p> | |||
</dl> | </dl> | ||
[[Category:System parameters]] | [[Category:System parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 19:58, 2 June 2016
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 userid 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.
This setting was made available in version 7.1 of the Sirius Mods.
- X'04'
- When the EOJ command is issued from a full screen thread (IODEV=7, IODEV=11, IODEV=41, or IODEV=47), the user is prompted for the name of the online (rather than for
Yes
orNo
) to confirm that the run is to be ended.This setting was made available in version 7.5 of Model 204/Sirius Mods.
- 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.A line-at-a-time thread has one of the following IODEV values:
- 29 or 39 (a BATCH2 thread), 37, 45, or:
- the value of the SDAEMDEV parameter (a Daemon thread).
This setting was made available in version 7.5 of Model 204/Sirius Mods.