which utility is used to run a cobol-db2 program?
how to count the number of members in pds?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
How can the attributes of one sms dataset be copied to another dataset?
what is d/f b/w sysout & sysprint
What is the function of dd disp parameter?
What is the error code SOC01 indicate ?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
which utility is used to run a cobol-db2 program?
I need exexution process for JCL programs
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?