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


Please Help Members By Posting Answers For Below Questions

what is use of disp parameter in dd statement?

665


How does jcl specify the job to the operating system?

753


Which dd parameters are required?

694


Is it possible to left uncode disp? If yes, how?

708


what is DSN parameter and DISP parameter is used for?

678






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

686


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

799


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

938


What do you understand by the terms: joblib and steplib?

626


how JCL works?

796


What does a disposition of (MOD,DELETE,DELETE) mean ?

668


How can the disposition of sysout datasets be set for an entire jobstream?

840


What is the purpose of dd dummy statement?

944


Name the parameters which can be used to limit the number of records written to a sysout dataset?

654


write a jcl to execute a job by 7:00 am on jan 20,1986?

699