a job have 5 steps and it will executes a proc which have
5steps in it. now i have to execute step3 only when step2 of
proc executes successfully

Answer Posted / amy

//job1 job a123,'amy',class=a
//proc1 proc
//step01 exec pgm=prog1,
//step02 exec pgm=prog2,
//step03 exec pgm=prog3,(0,eq,step02)
//step04 exec pgm=prog4,(0,eq,step02)
//step05 exec pgm=prog5,(0,eq,step02)
// pend
//step001 exec pgm=proc1
//step002 exec pgm=prog6
//step003 exec pgm=prog7
//step004 exec pgm=prog8
//step005 exec pgm=prog9
//

save it as abc.xyz(member)


now write an another jcl

//job2 job a123,'AMY'
//step1 exec pgm=IEBEDIT
//sysut1 dd dsn=abc.xyz(member)
//sysut2 dd sysout=(b,intrdr)
//sysin dd *
edit start=job1,type=include,stepname=(step001,step003)
/*


WHEN YOU WILL SUBMIT THIS JOB2 THEN ONLY two steps of
proc1(step01 and step02) and
step003(pgm=prog7) will be executed.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is SOC4 error?

740


What are the rules employed while naming the steps in a job?

662


Does jcl support automatic restart?

761


What is job control language?

611


What is condition checking in jcl? Is this possible?

628






Is acct parameter mandatory?

764


Name a few IBM utility programs, and explain its function.

4440


What does a disposition of (new,catlg,keep) for a dsn mean?

617


How can a jobs execution priority be modified?

799


what is use of dsn parameter in dd statement?

670


what JCL Procedures?

701


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5062


How do you access an uncatalogued dataset in a jcl?

729


What is the syntax of JCL statement?

697


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1668