How can we execute only one step in a job

Answer Posted / suresh

Hi,

This can be achieved by two ways.
1. As Sravanthi mentioned - A null (/*) statement at the
end of this step can be given for running this step alone.

2. By using COND parameter in the second step. Like
//STEP2 EXEC PGM=EXAMPLE,COND=(0,LE,STEP1)

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to submit a jcl from cics?

849


What parameter of the job statement is used to limit the cpu time consumed by the job?

1011


What is jcl in mainframe?

925


What is the purpose of disp parameter?

824


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

5278






how you will the direct the data to spool using sysout option?

2083


What are the parameter we cannot use in procedure?

807


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

875


What is Cataloged Procedures?

881


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

846


which utility is used to sort a file in jcl?

951


How jcl work to handle various input output file operations?

840


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

850


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

962


How dummy is used in jcl?

829