hi,
hoping someone can point me in the right direction here
Scenario is....
had a job failure
reran it but it failed again due to a typo
the job is no longer appearing in xq,job=, yet i see it when doing a lq,job= and its appearing with a state of late, is that because it has gone past its dueout/deadline times, if so how do get it back on the xq?
thanks in advance
Nick
job failure not on xq
-
- Posts: 1
- Joined: Wed May 25, 2016 8:35 pm
- Skillset: Ca-7 / Ca-11
OPC
TSO/ISPF
JCL - Referer: google
Re: job failure not on xq
Probably your job got stuck in the Ready Queue, due to the JCL error
In order to move it back to Request Queue, use the command REQUEUE,JOB=jobname , and it will show up in XQ in abended status.
In order to move it back to Request Queue, use the command REQUEUE,JOB=jobname , and it will show up in XQ in abended status.