Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Answer Posted / manasa
Use cond = only in first step
Then use if/else/then statement for further steps to not execute
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
In sms datasets, what is the function of the dd mgmtclas keyword?
what is DSN in JCL and what are the parameters to declare the DSN?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How to submit jcl through a cobol program?
What is the function of job statement in jcl?
What do you understand by jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
How can a jobs execution priority be modified?
How can an in-stream dataset be terminated?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the function of the dd mgmtclas keyword in sms datasets?
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
Explain in DD statement what is the use of DCB parameter?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?