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

Answer Posted / paray2x

One option is to use RESTART=STEP15 and insert a null JCL
before it.

Otherwise, determine what condition code STEP15 will
return. If it will return 0, then code RESTART=STEP15 and
COND=(0,EQ) on the job card itself.

The COND will apply to all steps. Since STEP15 has no
previous step when restarting, COND will be ignored for
this step. Then, other steps will flush because of the COND
parameter.

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:

3534


Is it possible to left uncode disp?

717


Where can program checkpoints be stored for use in a restart?

851


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

637


Explain how can a jobs execution priority be modified?

745






what is use of dsn parameter in dd statement?

675


What is the motivation behind coding class parameter in job statement?

693


Differentiate between the joblib and the steplib statements?

862


what is DSN in JCL and what are the parameters to declare the DSN?

726


Explain the function of job statement in jcl?

654


What are hierarchy levels in jcl?

960


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

616


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5066


what is the resolution for sb37 error

7720


Is there any command to check wether the ps file is in sorted order?

2437