Is there any command to check wether the ps file is in
sorted order?
No Answer is Posted For this Question
Be the First to Post Answer
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
what is a cataloged procedure ?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
What is job control language?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
What is the purpose of dd dummy statement?
What is GDG?
which parameter is use to declare the name of dataset in dd statement?
what is alternate index?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?