Where can program checkpoints be stored for use in a restart?
No Answer is Posted For this Question
Be the First to Post Answer
How can we see data in TEMPARARY DATA SET in JCL ?
Explain about LMINIT - generate a data ID for a data set
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
how do u see jobs submitted before ur job ?
How do you override a parameter in Positional parameters?
explain concatinating datasets?
suppose i have 10 job steps and i want to execute only step 6.How to write?
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
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) ?
once we submitted the job to the operating system, how can we cancel the job before execution?
How to skip first step of a job? Can we use COND on the first step?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?