In my JCL 10 Steps Will Be there Now i want to execute
step05 And step06. How to Give the Cond?
Answer Posted / muttaiah
Give restart=step05 in job card & cond=(0,le) in step7
through step10.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
//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 /*
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain the hierarchy levels in jcl?
Which dd parameters are required?
How jcl is used for testing batch programs?
How gdg are concatenated?
What is use of restart and how to use it?
which utility is used to sort a file in jcl?
What are the jcl procedures?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is the function of dd name parameter with a 2 part structure; audit.report?
how can the same proc be re-used and called by many jobs?
Are there any set of rules for the names of the steps used in a job? What are they?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
In sms datasets, what is the function of the dd avgrec keyword?