In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps
only,can any one answer me please?

Answer Posted / mahesh

//mat021ex job notify=&sysuid,class=a,msgclass=a,
cond=(step2,00,eq)
//step1 exec
//step2 exec condition satisfied remaining steps areskipped
//step3 exec
//step4 exec
//step5 exec cond=even

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to define dd statements as you want?

656


what are the various stages of job processing?

747


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

710


How gdg are concatenated?

676


What is the function of job statement in jcl?

644






How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

676


How to execute 2nd and 4th steps among 5 steps in jcl proc?

757


what is use of disp parameter in dd statement?

671


Explain the job statement in jcl?

661


What is catelog procedure and how many catelog procedure to use in one job?

7485


What is the function of //cntl statement?

840


What is Cataloged Procedures?

723


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

726


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1960


List the different components of jcl statement?

704