How jcl is used for testing batch programs?
No Answer is Posted For this Question
Be the First to Post Answer
why do we use file-aid wht r the adv of using file-aid thn in ispf
What is model dataset label(Model DSCB)?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
How does the jcl specify the job to os?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
Brief description of inline procedure of jcl.
What is use of restart and how to use it?
List the different jcl statements that are not permitted in the procedures?
What are the kinds of job control statements?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?