EOJPW parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(deleting extra info on messages; will be on EOJ page)
Line 16: Line 16:


==Description==
==Description==
This feature lets the user confirm that they are ending the correct run.
The EOJPW value is used as a "password" that the system manager must enter to confirm that they are ending the correct run.


If the <var>EOJPW</var> parameter (4 bytes maximum) is set in CCAIN, then a non-User 0 <var>[[EOJ command|EOJ]]</var> command returns:  
If the <var>EOJPW</var> parameter (4 bytes maximum) is set in CCAIN, then after the system manager confirms that Online termination is desired, they are prompted for the EOJPW value.
 
So, if <var>EOJPW</var> is set, and the <var>[[EOJ command|EOJ]]</var> command returns:  
<p class="code" style="display:table;">M204.1076: DO YOU REALLY WANT TO END THE RUN FOR {<i>location</i> | <i>jobname</i>}?
<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>
And the system manager responds with <code>Y</code>, the M204.1076 message is followed with:
<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 parameter|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>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 class="code" style="display:table">M204.0347: Password  
</p>
</p>
</ul>
and the system manager must enter the value of EOJPW.
<p>
<p>
If <var>EOJPW</var> is <strong>not</strong> set, no password prompt is issued.  
If <var>EOJPW</var> is not set, no password prompt is issued.</p>
 
<p>See the <var>[[EOJ command|EOJ]]</var> command description for more information about the M204.1706 confirmation message.</p>


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

Revision as of 17:18, 3 June 2016

EOJ password

Summary

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

Description

The EOJPW value is used as a "password" that the system manager must enter to confirm that they are ending the correct run.

If the EOJPW parameter (4 bytes maximum) is set in CCAIN, then after the system manager confirms that Online termination is desired, they are prompted for the EOJPW value.

So, if EOJPW is set, and the EOJ command returns:

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

And the system manager responds with Y, the M204.1076 message is followed with:

M204.0347: Password

and the system manager must enter the value of EOJPW.

If EOJPW is not set, no password prompt is issued.

See the EOJ command description for more information about the M204.1706 confirmation message.