EOJPW parameter: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
If the <var>EOJPW</var> parameter (4 bytes maximum) is set in CCAIN, then a non-User 0 <var>EOJ</var> command returns: | If the <var>EOJPW</var> parameter (4 bytes maximum) is set in CCAIN, then a non-User 0 <var>EOJ</var> command returns: | ||
<p class="code" style="display:table;">M204.1076: DO YOU REALLY WANT TO END THE RUN FOR { | <p class="code" style="display:table;">M204.1076: DO YOU REALLY WANT TO END THE RUN FOR {<i>location</i> | <i>jobname</i>}? | ||
</p> | </p> | ||
<ul> | <ul> | ||
<li>If the <var>[[LOCATION parameter|LOCATION]]</var> parameter is also set in CCAIN, then | <li>If the <var>[[LOCATION parameter|LOCATION]]</var> parameter is also set in CCAIN, then <i>location</i> is set to that value in the M204.1076 message. | ||
<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 the <var>[[JOBNM parameter|JOBNM]]</var> parameter, a view-only parameter. | <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 the <var>[[JOBNM parameter|JOBNM]]</var> parameter, a view-only parameter. | ||
Line 32: | Line 32: | ||
</ul> | </ul> | ||
<p> | <p> | ||
If <var>EOJPW</var> is | If <var>EOJPW</var> is <strong>not</strong> set, no password prompt is issued. However, the M204.1076 message is issued in one of the following forms: </p> | ||
<ul> | <ul> | ||
<li>If <code>CUSTOM=37</code> is set: | <li>If <code>CUSTOM=37</code> is set: | ||
<p class="code" style="display:table">M204.1076: Do you really want to end the run for | <p class="code" style="display:table">M204.1076: Do you really want to end the run for <i>jobname</i>?</p> | ||
<li>If <code>CUSTOM=37</code> is not set, and <var>LOCATION</var> is set: | <li>If <code>CUSTOM=37</code> is not set, and <var>LOCATION</var> is set: | ||
<p class="code" style="display:table">M204.1076: Do you really want to end the run for | <p class="code" style="display:table">M204.1076: Do you really want to end the run for <i>location</i>?</p> | ||
<li>If <code>CUSTOM=37</code> is not set, and <var>LOCATION</var> is not set: | <li>If <code>CUSTOM=37</code> is not set, and <var>LOCATION</var> is not set: |
Revision as of 20:41, 11 November 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 the 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?