define cond parameter in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
What is STEPLIB, JOBLIB? What is it used for?
What is GDG?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
How to pass data to a program that is coded in an exec statement?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
how to run batch program without jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
What do you do if you do not want to keep all the space allocated to a dataset?
A job has 90 steps i want to execute only step7 and step15