SIRPRMPT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor formatting)
Line 13: Line 13:
<dd>Before <var class="product">Sirius Mods</var> 6.7
<dd>Before <var class="product">Sirius Mods</var> 6.7
</dl>
</dl>
==Description==
==Description==
This parameter is a bitmask parameter that affects the command mode prompt
This parameter is a bitmask parameter that affects the command mode prompt in an Online.
in an Online.
The meaning of the bits in <var>SIRPRMPT</var> are:
The meaning of the bits in SIRPRMPT are:
<dl>
<dl>
<dt>X'01'
<dt>X'01'
<dd>Add the jobname (or the VM's userid under CMS) to the command mode prompt.
<dd>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
This makes it easy to determine which Online one is connected to in command
mode, possibly averting accidents like someone typing ''''EOJ'''' in a
mode, possibly averting accidents like someone typing <code>EOJ</code> in a production Online when she means to be terminating a test Online.
production Online when she means to be terminating a test Online
 
<dt>X'02'
<dt>X'02'
<dd>Add the name of the job step to the command mode prompt.
<dd>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.
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.
<p>This setting was made available in version 7.1 of the <var class="product">Sirius Mods</var>.</p>
 
<dt>X'04'
<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.  
<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.  
<p>This setting was made available in version 7.5 of Model 204/<var class="product">Sirius Mods</var>.</p>
<p>
This setting was made available in version 7.5 of Model 204 and of the <var class="product">Sirius Mods</var>.</p>
<dt>X'08'
<dt>X'08'
<dd>When the [[EOJ command|EOJ]] 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 IODEV values:
A line-at-a-time thread has one of the following <var>IODEV</var> values:
<ul>
<ul>
<li>29 or 39 (a BATCH2 thread), 37, 45, or: </li>
<li>29 or 39 (a BATCH2 thread), 37, 45, or: </li>
Line 41: Line 42:
</ul>
</ul>
</p>
</p>
<p>This setting was made available in version 7.5 of Model 204/<var class="product">Sirius Mods</var>.</p>
<p>This setting was made available in version 7.5 of Model 204 and of the <var class="product">Sirius Mods</var>.</p>
</dl>
</dl>


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

Revision as of 21:28, 1 July 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 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.

This setting was made available in version 7.5 of Model 204 and of the 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 or No) to confirm that the run is to be ended.

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

This setting was made available in version 7.5 of Model 204 and of the Sirius Mods.