EOJPW parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{Template:EOJPW parameter subtitle}} ==Summary== <dl> <dt>Default value <dd>None <dt>Parameter type <dd>System <dt>Where set <dd>CCAIN <dt>Related products <dd>None <dt>Intro...")
 
Line 14: Line 14:
</dl>
</dl>
==Description==
==Description==
<p>If the CCAIN parameter, LOCATION, is supplied, then a non-user zero EOJ   
<p>If the EOJPW parameter (4 bytes max) is set in CCAIN, then a non-user zero EOJ   
command will return 'DO YOU REALLY WANT TO END THE RUN FOR location ?'.
command will return </p>
This will enable the user to determine that they are ending the correct run.                                                        
<p>
Likewise, a new CCAIN parameter, EOJPW, may also be supplied. If so,    
M204.1076: DO YOU REALLY WANT TO END THE RUN FOR {''location'' | ''jobname''} ?
after the above message is affirmed, a new prompt for 'PASSWORD?' will
</p>
occur. If an incorrect password is entered, as supplied by EOJPW, the 
<dl>
run will NOT end and the user is returned to command level.           
<dt>
If neither LOCATION nor EOJPW is entered, no changes will be observed. </p>
<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
be issued in one of the following forms.
<dl>
<dt>
<dd>
 
1) If CUSTOM=37 is set:
<ul>
<li>M204.1076: Do you really want to end the run for ''jobname''?</li>
</ul>
 
<dt>
<dd>
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>
<dd>
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>
</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 20:48, 6 January 2014

EOJ password

Summary

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

Description

If the EOJPW parameter (4 bytes max) is set in CCAIN, then a non-user zero EOJ command will return

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

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

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

1) If CUSTOM=37 is set:
  • M204.1076: Do you really want to end the run for jobname?
2) If CUSTOM=37 is not set and LOCATION is set:
  • M204.1076: Do you really want to end the run for location?
3) If CUSTOM=37 is not set, and LOCATION is not set:
  • M204.1076: Do you really want to end the run?


This feature will enable the user to confirm that they are ending the correct run.