Why include statement is used in a jcl?
No Answer is Posted For this Question
Be the First to Post Answer
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
describe the exec statement,its meaning ,syntax and keywords?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How does jcl act on code(if you take a cobol program)?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
what is use of disp parameter in dd statement?
what r the types of job control statements?
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
which statement is used to end the in-stream procedure in a jcl?
When output dataset space is required, what quantity categories are used?