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
Matching Logic in Jcl not in cobol.Could any one please answer this question
Can we call instream to catalog and catalog to instream?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What dd statement is used to supply the name of a dataset?
What are the jcl procedures?
How to override loadlib?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is job control language?
Can an individual step be restricted from using all the jobs allowed cpu time?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What do you understand by jcl?
Brief description of inline procedure of jcl.
a dd statement has 2 types of parameters. Name them?
How to submit jcl through a cobol program?
What is timing concept in mainframe?