I have 5 steps in my job. say s1, s2, s3, s4, s5
//s1 exec .............
//s2 exec ............
//s3 exec ..........
//s4 exec ........
//s5 exec ...............
my question is i want to exeute only s2 and s4 steps...
please advice me how to do this:
Answer Posted / siri
using iebedit utility...
//jobname job ,,,,,,,,
//step exec pgm=iebedit
//sysut1 dd dsn=eidujk.hii.jcl,disp=shr
//sysut2 dd dsn=sysout=(*,intrdr)
//sysprint dd sysout=*
//sysin dd *
edit start=jobname,type=include,step name=(step2,step4)
/*
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Can I send output of job to my remote device careerride123?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Is it possible to left uncode disp?
What is job control language?
Explain the purpose of the dd keylen parameter?
what is the purpose of coding class parameter in job statement?
What is the purpose of dd?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to submit a jcl from cics?
which parameter is use to declare the name of dataset in dd statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Is automatic restart possible in jcl?
What is one line to pass PARM from JCL to COBOL?
Explain dd statement in jcl?