Thursday, 2 May 2013

Program to restart a particular step without other steps to get executed....

//--------JOB CARD----- RESTART=STEP3, COND=(0,EQ)
//STEP1 EXEC PGM=IEFBR14
//STEP2 EXEC PGM=SORT
//STEP3 EXEC PGM=IEBGENER
//STEP4 EXEC PGM=IEBCOPY






Here if you use above condition only the STEP3 will get executed all the other steps will get omitted...
or else you can use condition like  COND=(0,NE,ONLY)....

No comments:

Post a Comment

Expense Handler Application with advance technologies

Budget Planner  One of the application developed with Ionic 4 and Python-Flask.  Ionic 4 code:  https://github.com/logeshbuiltin/Expense...