What is the significance of addrspc parameter in exec statement?
No Answer is Posted For this Question
Be the First to Post Answer
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
there are 10 steps in jcl how to execute the steps from step2 to step8 only
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,
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,
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
What is NOTCAT 2
What is the improvement to COND= in the latest version of MVS?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Is automatic restart possible in jcl? If yes, how?