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 statement can be used to send data to another mvs jes3 node?
What are the utility programs in jcl?
what is the JCL statement consists of?
How can a jobs execution priority be modified?
List the different components of jcl statement?
What is the significance of addrspc parameter in the exec statement?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
what is the compile process of cobol program expalin with code
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
What are steplib and joblib? What for they are used?
Which statement is used to identify the private libraries in job?
a dd statement has 2 types of parameters. Name them?
Explain how can values be passed from the job stream to an executable program?