i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
Answer Posted / vimal
you can uncomment the restart step2. so it will work.
and your cond command will have to match that step2 shud
take the input that you have given in step2 rather than
waiting for first step input.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain how can return codes be tested before execution of a job step?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
//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 /*
Explain the function of //cntl statement?
Is it possible to code instream data in a PROC?
what happens in execution stage in job processing?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How to do automated restart when a job abend?
Why block size is multiple of lrecl in jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the use of symbol // in jcl?
How does jcl act on a cobol code?
Differentiate between the joblib and the steplib statements?
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?
how would you create a temporary dataset? And where will you use them?