Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?
Answer Posted / vinay sonar
If we code it both in step and job step will dominate over
job
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Brief description of inline procedure of jcl.
how do you code a null statement?
How can a fb file convert to vb file using sort program?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
how to run batch program without jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
For what purpose steplib and joblib are used ?
What are the utility programs in jcl?
//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 dd disp parameter?
How does the jcl specify the job to os?
which utility is used to sort a file in jcl?
Why include statement is used in a jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is use of dsn parameter in dd statement?