How many instream we can write in single jcl?
Is automatic restart possible in jcl? If yes, how?
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.
delete rules in db2
How to pass data to a program that is coded in an exec statement?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
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
Which storage devices are grouped under DASD and SYSDA ?
What is dummy parameter in JCL??
I have three files for one step i need to override the third file how to do that in jcl?
What is JCL LIB ?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
What is difference between Return Code, user completion code, Abend code and reason Code?