how many max steps can we use in a job? pls answer to my
question
Answer Posted / vighnesh
255
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
when can a job time-out occur? How to overcome that?
which parameter is used to check the syntax of a jcl without executing it?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the function of job statement in jcl?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How can a jobs execution priority be modified?
What is Cataloged Procedures?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the function of job statement in jcl?
Is their any set of rules for dd? Explain.
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.
How to pass data to a program that is coded in an exec statement?
what are JCLLIB and STEPLIB in JCL?