what are the ways of passing data to a cobol program from jcl?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
Explain about LMCLOSE�close a data set
What statement can be used to send data to another mvs jes3 node?
What is a JCL Command statement ?
What do you do if you do not want to keep all the space allocated to a dataset?
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
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
common jcl abends??
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
What is a GDG
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance