How to execute only th 15th step of JCL consisting of 50 steps?

Answer Posted / suresh

we need to mention restart = step15 at job statement

Is This Answer Correct ?    4 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of //jcllib statement?

702


Differentiate between the joblib and the steplib statements?

855


What is the function of the steplib dd statement?

743


Is it possible to code instream data in a PROC?

749


what is “Cond= even” and “Cond=only”?

740






what are JCLLIB and STEPLIB in JCL?

674


Explain the hierarchy levels in jcl?

1118


What is use of restart and how to use it?

767


How can a stopped job be started again?

707


What is the maximum length of a single line of jcl?

829


What is the function of a dd statement?

703


How do you access an uncatalogued dataset in a jcl?

727


What are the parameter we cannot use in procedure?

638


What are s0c1, s0c4, s0c5, s0c7 and socb?

700


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1485