What do you know about jcl?
No Answer is Posted For this Question
Be the First to Post Answer
What are the parameter we cannot use in procedure?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
Can you give the sort card to arrange the specific column in the version of GDG.
define cond parameter in jcl?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
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?
When will we need to specify Space parameter ?
how you can access an uncataloged dataset in a JCL?
What is the use of the utility DFSRRC00 in the JCL?
in jcl you are having JCLLIB and STEPLIB what happens