Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
No Answer is Posted For this Question
Be the First to Post Answer
what do you mean by include statement in jcl?
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
which statement is used to end the in-stream procedure in a jcl?
Explain how can a jobs execution priority be modified?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
how to compare two datasets without using superce because output is limited to 133 bytes
what is the purpose of coding class parameter in job statement?
How would you understand error(execution phase)?
Can we create VSAM file by using IEBGENER?
in jcl you are having JCLLIB and STEPLIB what happens
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.