Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on JCL Abend within the MainFrame forums, part of the Software Development category; I have a JCL like this : //JOB1 JOB NOTIFY=&SYSUID //STEP1 EXEC PGM=IEBGENER //SYSPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* //DD1 DD DSN=input-dsn,DISP=SHR //DD2 DD DSN=output-dsn,DISP=SHR //STEP2 IF RC=0 THEN //STEP3 ...
|
|||||||
|
|||
|
JCL Abend
I have a JCL like this :
//JOB1 JOB NOTIFY=&SYSUID //STEP1 EXEC PGM=IEBGENER //SYSPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* //DD1 DD DSN=input-dsn,DISP=SHR //DD2 DD DSN=output-dsn,DISP=SHR //STEP2 IF RC=0 THEN //STEP3 EXEC PGM=abc //STEP4 EXEC PGM=sdr //STEP5 EXEC PGM=xyz //STEP6 ELSE //STEP7 EXEC PGM=pqr // ENDIF if a job abends at step5, then from where should it be restarted-since steps3,4,5 are within IF...THEN..ELSE conditions |
| The Following User Says Thank You to kanchhana For This Useful Post: | ||
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Exists, System Parameter, Abend, Logged Members | JobHelper | DB2 | 1 | 06-16-2007 04:38 PM |
| How to resolve -927 abend | Geek_Guest | MainFrame | 0 | 04-12-2007 06:58 AM |