View previous topic :: View next topic |
Author |
Message |
adutta19 Beginner
Joined: 13 Nov 2006 Posts: 2 Topics: 1
|
Posted: Tue Nov 14, 2006 12:21 am Post subject: Stepcheck Utility in JCL |
|
|
Hi,
Can anyone tell me what is stepcheck utility in JCL. And what is the use of it. |
|
Back to top |
|
|
Bill Dennis Advanced
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Tue Nov 14, 2006 9:18 am Post subject: |
|
|
Maybe a homegrown utility. How is it used? Can you post a sample?
We have a pgm for notifying users of problems. It ABENDs with a console msg based on COND CODEs in job. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
Bill Dennis Advanced
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Tue Nov 14, 2006 2:01 pm Post subject: |
|
|
kolusu wrote: |
I think it is a part of Powernet/IX server package . |
That link doesn't really look like something that would be coded in JCL. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
|
adutta19 Beginner
Joined: 13 Nov 2006 Posts: 2 Topics: 1
|
Posted: Thu Nov 16, 2006 3:36 am Post subject: |
|
|
Hi,
This is the job. It essentially purges a job in the job track. If the return code of the this step is not zero. It submits the next job which is nothing but a stepcheck.
Now I am not getting what does this stepcheck essentaily do in this job.
Please help.
//#XJUDN36 JOB (JSPBJTS,OPS),'JOBTRAC',CLASS=U,MSGCLASS=D
/*LOGON ID JPJTBH
//ABTRAC1 EXEC PGM=GJTRABTR,
// PARM='PRG(JOB(JUDTRE24.01,L=021))'
//JOBTRACE DD DSN=JSPJTS.JTSC3.CHECKPT,DISP=SHR
//*
//*--------------------------------------------------------------------*
// IF RC NE 0 THEN
//STEPCHEK EXEC PGM=STEPCHK
// ENDIF |
|
Back to top |
|
|
|
|