What is multithreading in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
how to code instream data in procedure?
How can the disposition of sysout datasets be set for an entire jobstream?
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 anyone please answer me for above questions. it's very urgent
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
What does a disposition of (NEW,CATLG,KEEP) mean?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
what sort card you will use to copy the data from one dataset to another dataset?
What is a GDG
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
what is full form of AIX
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?