PROMPT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (misc cleanup)
Line 13: Line 13:
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The type of system prompting that occurs at various points during <var class="product">Model&nbsp;204</var> processing</p>
<p>
<p>Valid settings of PROMPT are (options can be summed):</p>
<var>PROMPT</var> sets the type of system prompting that occurs at various points during <var class="product">Model&nbsp;204</var> processing.</p>
<p>
Valid settings of <var>PROMPT</var> are (options can be summed):</p>
 
<table>
<table>
<tr><th>Setting</th><th>Meaning</th></tr>
<tr class="head"><th>Setting</th><th>Meaning</th></tr>
<tr><th align="right"><var>X'01'</var></th><td>A dummy string is displayed (prompted) if the substitution is input from your terminal.</td></tr>
<tr><th><var>X'01'</var></th>
<tr><th align="right"><var>X'04'</var></th><td>A dummy string is displayed if the substitution is from a procedure.</td></tr>
<td>A dummy string is displayed (prompted) if the substitution is input from your terminal.</td></tr>
<tr><th align="right"><var>X'08'</var></th><td>$READ and $ENTER prompts are displayed at your terminal.</td></tr>
 
<tr><th align="right"><var>X'10'</var></th><td>"DO YOU REALLY WANT TO" prompts are not displayed at your terminal and a default response is assumed. The value of the default depends upon the operation and is the same as that assigned in a batch run or in an application subsystem.</td></tr>
<tr><th><var>X'04'</var></th>
<tr><th align="right"><var>X'20'</var></th><td>Printing of the $$ or?? prefix for $READ prompts or dummy strings is suppressed. </td></tr>
<td>A dummy string is displayed if the substitution is from a procedure.</td></tr>
 
<tr><th><var>X'08'</var></th>
<td>$READ and $ENTER prompts are displayed at your terminal.</td></tr>
 
<tr><th><var>X'10'</var></th>
<td>"DO YOU REALLY WANT TO" prompts are not displayed at your terminal and a default response is assumed. The value of the default depends upon the operation and is the same as that assigned in a batch run or in an application subsystem.</td></tr>
 
<tr><th><var>X'20'</var></th>
<td>Printing of the <code>$$</code> or <code>??</code> prefix for <var>$Read</var> prompts or dummy strings is suppressed. </td></tr>
</table>
</table>
<p>No prompting occurs if the PROMPT parameter is set to 0, even when <var class="product">Model&nbsp;204</var> expects a dummy string substitution to be entered.     </p>
<p>
No prompting occurs if the <var>PROMPT</var> parameter is set to 0, even when <var class="product">Model&nbsp;204</var> expects a dummy string substitution to be entered. </p>
 
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 21:21, 29 February 2016

Prompt control

Summary

Default value
9
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

PROMPT sets the type of system prompting that occurs at various points during Model 204 processing.

Valid settings of PROMPT are (options can be summed):

SettingMeaning
X'01' A dummy string is displayed (prompted) if the substitution is input from your terminal.
X'04' A dummy string is displayed if the substitution is from a procedure.
X'08' $READ and $ENTER prompts are displayed at your terminal.
X'10' "DO YOU REALLY WANT TO" prompts are not displayed at your terminal and a default response is assumed. The value of the default depends upon the operation and is the same as that assigned in a batch run or in an application subsystem.
X'20' Printing of the $$ or ?? prefix for $Read prompts or dummy strings is suppressed.

No prompting occurs if the PROMPT parameter is set to 0, even when Model 204 expects a dummy string substitution to be entered.