in production region 100 steps are running,but i need to
run only step5 without changing code how can i do it?

Answers were Sorted based on User's Feedback



in production region 100 steps are running,but i need to run only step5 without changing code how ..

Answer / kiran

U can use IebEdit utility

Is This Answer Correct ?    10 Yes 0 No

in production region 100 steps are running,but i need to run only step5 without changing code how ..

Answer / gangireddy

//sysin dd *
edit type=include, stepnmae=(step5)
/*
//

Is This Answer Correct ?    6 Yes 1 No

in production region 100 steps are running,but i need to run only step5 without changing code how ..

Answer / 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

in production region 100 steps are running,but i need to run only step5 without changing code how ..

Answer / anil

yes it is correct that we can use iebedit utility by using
internal reader init

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More JCL Interview Questions

what is the meaning of 'sysin dd dummy'

3 Answers  


Explain about LMINIT - generate a data ID for a data set

1 Answers  


Which statement is used to identify the private libraries in job?

0 Answers  


what is the compile process of cobol program expalin with code

0 Answers   IBM,


How many types of libraries are there in JCL ?

2 Answers   IBM,






Explain dd statement in jcl?

0 Answers  


what is the purpose of coding class parameter in job statement?

0 Answers   IBM,


how to see the latest generation in gdg?

3 Answers   Deloitte,


I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?

2 Answers  


Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?

4 Answers   IBM,


What is the use of ikjeft1b utility in jcl?

1 Answers  


can a job be submitted through jcl only? is there another way to submit a job?

2 Answers   CSC,


Categories