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
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain how can an in-stream dataset be terminated?
When space is allocated for an output dataset, what units can be used?
what JCL Procedures?
in ways data can be passed to a COBOL program from JCL?
how do you access an uncataloged dataset in a jcl?
define cond parameter in jcl?
What is the significance of addrspc parameter in the exec statement?
For what purpose steplib and joblib are used ?
what is DSN parameter and DISP parameter is used for?
Is there any command to check wether the ps file is in sorted order?
Explain how can the submitting users racf authority be overridden in a job stream?
what are the types of abends that occur on job failure? And explain the possible causes of these
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain the job statement in jcl?