EOJPW parameter

From m204wiki
Jump to navigation Jump to search

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.