i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
Answer Posted / suman
you specify cond=even in step2 and restart step2 by useing
restart parmeter
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are hierarchy levels in jcl?
how you can access an uncataloged dataset in a JCL?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
what happens in conversion stage in job processing?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What are the jcl procedures?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Differentiate between the joblib and the steplib statements?
How to submit a jcl from cics?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Is automatic restart possible in jcl? If yes, how?
how to do automated restart when a job abends?
what is a jcl?
when can a job time-out occur? How to overcome that?