what is the COND=EVEN ? Can anyone give me an example to
explain the usage.
Answer Posted / suputhru
COND=EVEN,this step will execute when previous step executes abnormally or normally.
COND=ONLY, this step will execute when only(must)previous steps executes abnormally.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we use DISP=SHR in output file in 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.
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
how do you access an uncataloged dataset in a jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
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?
//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 /*
What do you understand by the terms: joblib and steplib?
How can the disposition of sysout datasets be set for an entire jobstream?
What does a disposition of (new,catlg,keep) for a dsn mean?
Which dd parameters are required?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what happens in execution stage in job processing?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is jcl in mainframe?