SIRPRMPT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (misc formatting)
 
Line 19: Line 19:
<dl>
<dl>
<dt>X'01'
<dt>X'01'
<dd>Add the <var>[[JOBNM_parameter|jobname]]</var> (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 <var>[[EOJ_command|EOJ]]</var> in a production Online when she means to be terminating a test Online.
mode, possibly averting accidents like someone typing <code>[[EOJ command|EOJ]]</code> in a production Online when she means to be terminating a test Online.


<dt>X'02'
<dt>X'02'
<dd>Add the name of the <var>[[STEPNM_parameter|job step]]</var> to the command mode prompt.
<dd>Add the name of the [[STEPNM parameter|job step]] to the command mode prompt.
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.


<dt>X'04'
<dt>X'04'
<dd>When the <var>[[EOJ command|EOJ]]</var> 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.  
<dd>When the <var>[[EOJ command|EOJ]]</var> command is issued from a full screen thread (<code>IODEV=7</code>, <code>IODEV=11</code>, <code>IODEV=41</code>, or <code>IODEV=47</code>), 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>
<p>
The X'04' setting was made available in version 7.5 of Model 204 and of the <var class="product">Sirius Mods</var>.</p>
The X'04' setting was made available in version 7.5 of Model&nbsp;204.</p>
<dt>X'08'
<dt>X'08'
<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>
<p>
A line-at-a-time thread has one of the following <var>[[IODEV_parameter|IODEV]]</var> values:
A line-at-a-time thread has one of the following <var>[[IODEV parameter|IODEV]]</var> values: </p>
<ul>
<ul>
<li>29 or 39 (a [[BATCH2_(CRAM)#BATCH2|BATCH2]] thread), 37 (see Note), 45, or: </li>
<li>29 or 39 (a [[BATCH2 (CRAM)#BATCH2|BATCH2]] thread), 37 (see Note), 45, or: </li>  
<li>the value of the <var>[[SDAEMDEV parameter|SDAEMDEV]]</var> parameter (a [[Sdaemons|Daemon thread]]).</li>
 
<li>The value of the <var>[[SDAEMDEV parameter|SDAEMDEV]]</var> parameter (a [[Sdaemons|Daemon thread]]).</li>
</ul>
</ul>
</p>
 
<p class-"note"><b>Note:</b> The IODEV=37 setting is no longer supported as of Model 204 version 7.6.</p>
<p class-"note"><b>Note:</b> The <code>IODEV=37</code> setting is no longer supported as of Model&nbsp;204 version 7.6.</p>
<p>The X'08' setting was made available in version 7.5 of Model 204 and of the <var class="product">Sirius Mods</var>.</p>
<p>
The X'08' setting was made available in version 7.5 of Model&nbsp;204 and of the <var class="product">Sirius Mods</var>.</p>
</dl>
</dl>


[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 16:34, 19 June 2017

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, IODEV=11, IODEV=41, or IODEV=47), the user is prompted for the name of the Online (rather than for Yes or No) to confirm that the run is to be ended.

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 or No) to confirm that the run is to be ended.

A line-at-a-time thread has one of the following IODEV values:

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.