i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / suputhru
MR Amarnath ReddY IS RIGHT.
Use IEBEDIT utility
NOTE: For not execution of steps use: EXCLUDE
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain the purpose of the dd keylen parameter?
What are the rules employed while naming the steps in a job?
how JCL works?
Brief description of inline procedure of jcl.
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what is “Cond= even” and “Cond=only”?
what is use of disp parameter in dd statement?
Explain dfsort utility?
what are the various stages of job processing?
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
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What are the 4 fields in dd statement?
Explain the purpose of dd * statement in jcl?
How to submit jcl through a cobol program?