What are the jcl procedures?
No Answer is Posted For this Question
Be the First to Post Answer
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
what is the alternative to model parameter?
what are the options in file-aid to edit vsam dataset and to compare data sets.
how to run batch program without jcl?
How to get the last but one duplicate record of the file using Sort?
how are instream data terminated?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
How are datasets concatenated?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
Can we change a FB file to VB file in JCL? Please help
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) ?