I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
No Answer is Posted For this Question
Be the First to Post Answer
When should DISP=MOD is used?
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
Suppose I have five jobs to do. But I want to hold one?
which statement is used to end the in-stream procedure in a jcl?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
Can a PS file be read in reverse order?If so,how
how you can access an uncataloged dataset in a JCL?
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
what do you mean By spooling? Expand SPOOL?
what is the difference between static call and dynamic call?
i want to store 20 digits . how will u do it in cobol ?