EOJPW parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (→‎Description: minor formatting)
Line 16: Line 16:


==Description==
==Description==
The EOJPW value is used as a "password" that the system manager must enter to confirm that they are ending the correct run.
The <var>EOJPW</var> 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 after the system manager confirms that Online termination is desired, they are prompted for the EOJPW value.
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 <var>EOJPW</var> value.


So, if <var>EOJPW</var> is set, and the <var>[[EOJ command|EOJ]]</var> command returns:  
So, if <var>EOJPW</var> is set, and the <var>[[EOJ command|EOJ]]</var> command returns:  
Line 26: Line 26:
<p class="code" style="display:table">M204.0347: Password  
<p class="code" style="display:table">M204.0347: Password  
</p>
</p>
and the system manager must enter the value of EOJPW.
and the system manager must enter the value of <var>EOJPW</var>.
<p>
<p>
If <var>EOJPW</var> is not set, no password prompt is issued.</p>  
If <var>EOJPW</var> is not set, no password prompt is issued.</p>  
 
<p>
<p>See the <var>[[EOJ command|EOJ]]</var> command description for more information about the M204.1706 confirmation message.</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 19:11, 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.