What are hierarchy levels in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
what is d/f b/w sysout & sysprint
wht do u mean by notify parameter, how can u give acess to multiple users ?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
List in order the hierarchical levels of jcl?
wt will happen to the step of a job if u code COND=ONLY
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 send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
explain concatinating datasets?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
Whats error code s222?
What is a COND parameter in JCL?