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 / khan

In job card code restart=17 and cond parameter as follows

restart=17,cond=(00,LE)

Is This Answer Correct ?    48 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1496


Is it possible to left uncode disp? If yes, how?

714


What is the syntax of JCL statement?

707


Is it possible to left uncode disp?

725


how to do automated restart when a job abends?

858






How to run cobol program using jcl?

662


What are the difference between jcl and jes?

1059


What is the use of symbol // in jcl?

937


Where & How Do You Code Identifier In Jcl?

710


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

936


What is Cataloged Procedures?

723


How to do automated restart when a job abend?

799


Is condition checking possible in jcl? If yes, how?

751


What is one line to pass PARM from JCL to COBOL?

1224


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

726