EOJPW parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Admin moved page Eojpw to EOJPW password without leaving a redirect)
mNo edit summary
Line 1: Line 1:
{{Template:EOJPW parameter subtitle}}
{{Template:EOJPW parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 13: Line 14:
<dd><var class="product">Model 204 V6.1</var>
<dd><var class="product">Model 204 V6.1</var>
</dl>
</dl>
==Description==
==Description==
<p>If the EOJPW parameter (4 bytes max) is set in CCAIN, then a non-user zero EOJ
This feature lets the user confirm that they are ending the correct run.
command will return </p>
 
<p>
If the <var>EOJPW</var> parameter (4 bytes maximum) is set in CCAIN, then a non-User 0 <var>EOJ</var> command returns:
M204.1076: DO YOU REALLY WANT TO END THE RUN FOR {''location'' | ''jobname''} ?
<p class="code" style="display:table">M204.1076: DO YOU REALLY WANT TO END THE RUN FOR {''location'' | ''jobname''}?
</p>
</p>
<dl>
<ul>  
<dt>
<li>If the <var>[[LOCATION parameter|LOCATION]]</var> parameter is also set in CCAIN, then ''location'' is set to that value in the M204.1076 message.   
<dd>
If the LOCATION parameter is also set in CCAIN, then ''location'' will be set to that value in
the M204.1076 message.   
<dt>
<dd>
If CUSTOM=37 is set, then ''jobname'' in the M204.1076
message will be replaced by the value of JOBNM, a view only parameter. 
<dt>
<dd>
If "Y" is the response to the
M204.1076 message, that message will be followed with
<dt>
<dd>
M204.0347: Password
</dl>


If EOJPW is not set, no password prompt will be issued.  However, the M204.1076 message will
<li>If <code>CUSTOM=37</code> is set, then <var class="term">jobname</var> in the M204.1076 message is replaced by the value of <var>[[JOBNM parameter|JOBNM]]</var> parameter, a view-only parameter. 
be issued in one of the following forms.
<dl>
<dt>
<dd>


1) If CUSTOM=37 is set:
<li>If <code>Y</code> is the response to the
M204.1076 message, that message is followed with this:
<p class="code" style="display:table">M204.0347: Password
</p>
</ul>
<p>
If <var>EOJPW</var> is ''not'' set, no password prompt is issued. However, the M204.1076 message is issued in one of the following forms: </p>
<ul>
<ul>
<li>M204.1076: Do you really want to end the run for ''jobname''?</li>
<li>If <code>CUSTOM=37</code> is set:
</ul>
<p class="code" style="display:table">M204.1076: Do you really want to end the run for ''jobname''?</p>


<dt>
<li>If <code>CUSTOM=37</code> is not set, and <var>LOCATION</var> is set:
<dd>
<p class="code" style="display:table">M204.1076: Do you really want to end the run for ''location''?</p>
2) If CUSTOM=37 is not set and LOCATION is set:
<ul>
<li>M204.1076: Do you really want to end the run for ''location''?</li>
</ul>


<dt>
<li>If <code>CUSTOM=37</code> is not set, and <var>LOCATION</var> is not set:
<dd>
<p class="code" style="display:table">M204.1076: Do you really want to end the run?</p>
3) If CUSTOM=37 is not set, and LOCATION is not set:
<ul>
<li>M204.1076: Do you really want to end the run?</li>
</ul>
</ul>
</dl>
This feature will enable the user to confirm that they are ending the correct run.                                                       


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

Revision as of 00:27, 7 January 2014

EOJ password

Summary

Default value
None
Parameter type
System
Where set
CCAIN
Related products
None
Introduced
Model 204 V6.1

Description

This feature lets the user confirm that they are ending the correct run.

If the EOJPW parameter (4 bytes maximum) is set in CCAIN, then a non-User 0 EOJ command returns:

M204.1076: DO YOU REALLY WANT TO END THE RUN FOR {location | jobname}?

  • If the LOCATION parameter is also set in CCAIN, then location is set to that value in the M204.1076 message.
  • If CUSTOM=37 is set, then jobname in the M204.1076 message is replaced by the value of JOBNM parameter, a view-only parameter.
  • If Y is the response to the M204.1076 message, that message is followed with this:

    M204.0347: Password

If EOJPW is not set, no password prompt is issued. However, the M204.1076 message is issued in one of the following forms:

  • If CUSTOM=37 is set:

    M204.1076: Do you really want to end the run for jobname?

  • If CUSTOM=37 is not set, and LOCATION is set:

    M204.1076: Do you really want to end the run for location?

  • If CUSTOM=37 is not set, and LOCATION is not set:

    M204.1076: Do you really want to end the run?