View previous topic :: View next topic |
Author |
Message |
rek Beginner
Joined: 19 Dec 2004 Posts: 9 Topics: 2 Location: Chennai, India
|
Posted: Sun Dec 19, 2004 7:04 pm Post subject: Replacement for INTRDR |
|
|
Hi Board,
We have an external system which sends critical data, which has to be processed immediately. Currently, this data comes inline in a JCL which is directly routed to INTRDR.
The problem with this design is, when this job fails, we are not having a submit member to restart the job.
Is there a way to do this?? _________________ Thanks,
Rek |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Mon Dec 20, 2004 8:50 am Post subject: |
|
|
Do you have SDSF? The newer releases allow the "SJ" command to view the submitted JCL from the output queue.
Regards,
Bill |
|
Back to top |
|
 |
rek Beginner
Joined: 19 Dec 2004 Posts: 9 Topics: 2 Location: Chennai, India
|
Posted: Tue Dec 21, 2004 4:47 pm Post subject: |
|
|
The SJ command can be issued to jobs which are in SPOOL. In our environment, the job goes to Job History System, which doesnot identify SJ command. _________________ Thanks,
Rek |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Wed Dec 22, 2004 11:21 am Post subject: |
|
|
You could use the OUTPUT JCL stmnt to send a copy of the JCL to the "held queue" as well as the Job History System sysout class:
//JESH OUTPUT JESDS=ALL,NAME=HOLDCOPY,CLASS=X
//JESF OUTPUT JESDS=ALL,NAME=FICHECPY,CLASS=Q
Your held and archive sysout classes may vary. The held queue can be cleaned out every day or so.
Regards,
Bill |
|
Back to top |
|
 |
rek Beginner
Joined: 19 Dec 2004 Posts: 9 Topics: 2 Location: Chennai, India
|
Posted: Wed Dec 22, 2004 1:18 pm Post subject: |
|
|
Ok. Thanks. Will try it out. _________________ Thanks,
Rek |
|
Back to top |
|
 |
|
|