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

How can the submitting users racf authority be overridden in a job stream?

741


What is the significance of addrspc parameter in exec statement?

724


how to compare two datasets without using superce because output is limited to 133 bytes

1476


How to submit a jcl from cics?

658


What is the purpose of dd * statement in jcl?

793






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

705


What is the function of the dd dcb keyword?

821


Explain how can values be passed from the job stream to an executable program?

613


What is the purpose of disp parameter?

635


What is multithreading in jcl?

937


which utility is used to sort a file in jcl?

745


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1947


What is jcl in mainframe, and how many types of jcl statements are there for a job?

628


in ways data can be passed to a COBOL program from JCL?

661


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1761