in production region 100 steps are running,but i need to
run only step5 without changing code how can i do it?
Answer Posted / prasad raju
Below example codeing for 10 steps job,For example, how to
execute step4 and step9 of 10 steps JCL,
//M665235C JOB (MVSQuest),'IEBEDIT TEST',
// CLASS=B,MSGCLASS=X,NOTIFY=V665235,REGION=28M
//*
//SUBMIT EXEC PGM=IEBEDIT
//SYSUT1 DD DSN=TEST.MUTHU.JCL(JCLINP),DISP=SHR
//SYSUT2 DD SYSOUT=(*,INTRDR)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
EDIT START=M665235C,TYPE=INCLUDE,STEPNAME=
(STEP0004,STEP0009)
//*
In the above JCL, JCLINP is the 10 steps JCL. M665235C is
the job-name in the JCL.
If TYPE is exclude, then the mentioned steps will not be
copied/submitted.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what are JCLLIB and STEPLIB in JCL?
What is the maximum length of a single line of jcl?
What is Cataloged Procedures?
Can I send output of job to my remote device careerride123?
What is catelog procedure and how many catelog procedure to use in one job?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
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?
How do you create a temporary dataset?
What is the function of the dd dcb keyword?
i want to store 20 digits . how will u do it in cobol ?
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 is the significance of addrspc parameter in exec statement?
What is timing concept in mainframe?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain how can the submitting users racf authority be overridden in a job stream?