Explain the purpose of dd dummy statement?
No Answer is Posted For this Question
Be the First to Post Answer
What does IEBGENER do?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
how do you access an uncataloged dataset in a jcl?
What is a S0C4 error ?
How to find out the number of records in a file using JCL
can we bowse or edit the GDG dataset if it is a tape entry?
I need exexution process for JCL programs
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
What is a Generation Data Group (GDG)?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
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