in my jcl have 20 steps step1,step2,.... step20.and i have to
execute step1,step2,..and skip the step3 and remaing
step4,step5 are execute? i want skip step3 only? what code u
can write?

Answer Posted / rammateti

In Step3 u can write the COND=(0,LE) then that step3 is skip.
or

u can use
//step3 exec pgm=abc,cond=(4095,GT) also work same as above.

By
Prathap

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is JCL?

691


How does the jcl specify the job to os?

686


Explain the function of job statement in jcl?

644


what is DSN in JCL and what are the parameters to declare the DSN?

714


Name the statement which can be used to send data to another mvs jes3 node?

595






Are there any set of rules for the names of the steps used in a job?

628


In job processing, what happens in conversion stage?

734


What is the difference between the positional and keyword parameters? Give examples.

700


Can an individual step be restricted from using all the jobs allowed cpu time?

1005


What parameter directs the output of the job log dataset?

763


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2259


if the submitter of a job wants to inform another user about the job completion, how can it be done?

752


How does jcl act on code(if you take a cobol program)?

705


What is timing concept in mainframe?

1656


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

816