How do you skip a particular step in a proc/JOB?
Answer Posted / ganesh
COND=(0,LE,stepname)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the statements that are not valid to be included in an include statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain the function of dd disp parameter?
How can values be passed from the job stream to an executable program?
what is the purpose of coding class parameter in job statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
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.
Explain the function of the steplib dd statement?
what is the resolution for sb37 error
How jcl work to handle various input output file operations?
when can a job time-out occur? How to overcome that?
what happens in conversion stage in job processing?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is timing concept in mainframe?