I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??

Answer Posted / atul

Hi,

Code as: RESTART=PROCNAME.STEP17,COND=(4095,NE)

This executes 17th step only and no other step. For
successful execotuin, you will recieve message 'STEP17
PROCNAME - ENDED BY CC 0000 - TIME=nn' in JESMSGLG in SPOOL.

Is This Answer Correct ?    18 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

673


what are the statements that are not valid to be included in an include statement?

776


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

627


How can the attributes of one sms dataset be copied to another dataset?

847


Explain about LMQUERY�give a dialog information about a data set

898






What do you understand by jcl?

625


What do you understand by the term job time – out and how can you overcome that?

597


Explain the function of //jcllib statement?

700


What are some jcl statements that are not allowed in procedures?

724


What is the use of disp parameter?

649


how to run batch program without jcl?

10064


What is the function of the steplib dd statement?

738


What is the purpose of dd dummy statement?

942


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1728


what is JCL?

692