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

Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?

5 Answers   Maples, Patni, TCS,


is step name is compulsory in jcl ?

2 Answers  


how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?

6 Answers   CSC,


In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?

14 Answers   Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,


SORT card to eliminate duplicity.

1 Answers   Syntel,






A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

4 Answers   IBM,


What is notcat 2 - gs?

0 Answers  


What is the function of job statement in jcl?

0 Answers  


What is the use of symbol // in jcl?

0 Answers  


what's the significance of freespace(0 0) and freespace(100 100)

3 Answers  


hi guys what r the diff types of procs in jcl? bye ramya

4 Answers   ACS, Keane India Ltd,


Which storage devices are grouped under DASD and SYSDA ?

1 Answers   IBM,


Categories