Suppose I have Five Steps in PROC In this Case I want to
Execute third Step in PROC using Main JCL don't use any COND
Explain with Coding Thanks & Regards
SHREE
Answer Posted / ram.g
you can use iebedit utility
eg:
//xxxxx job ( ) .....
//step001 exec pgm=iebedit
//sysprint dd sysout=*
//sysut1 dd dsn= your.dsname,disp=shr
//sysut2 dd sysout=(*,intrdr)
//sysin dd *
edit type =include,stepname=your stepname
/*
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What do you understand by the terms: joblib and steplib?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
what is JCL?
what is use of disp parameter in dd statement?
what is the difference between JES3 and JES2?
Differentiate between the joblib and the steplib statements?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are the 2 types of parameters in dd statement?
Is condition checking possible in jcl? If yes, how?
Explain the function of //jcllib statement?
which utility is used to run a cobol-db2 program?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?