Reset Fail JCL |
Scroll |
The FAIL JCL RESET command resets the fail JCL submit counter for a subtask. The fail JCL submit counter is incremented each time a particular process subtask ends with a non-zero return code (i.e. unexpected shutdown). The fail JCL max value is specified in the FAILMAX keyword in the startup parameter control file.
Syntax:
F # | name Where # is the process number or name is the process name in which the fail JCL counter will be reset.
Command Source |
Syntax |
Operator’s Console |
F jobname,F # | name |
WTOR Reply |
wtor#,F # | name |
Command Queue |
F # | name |
Example:
Reset the fail JCL counter for process subtask #2 from the operator’s console. Assume that the name of the Master job is SQDAMAST.
F SQDAMAST,F 2
Job log/console output:
+SQD0302I: SFAILRS 02 COMMAND ACCEPTED (OPER)