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
How to submit a jcl from cics?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is jcl in mainframe?
What is the purpose of disp parameter?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
how you will the direct the data to spool using sysout option?
What are the parameter we cannot use in procedure?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is Cataloged Procedures?
Explain how can the submitting users racf authority be overridden in a job stream?
which utility is used to sort a file in jcl?
How jcl work to handle various input output file operations?
in ways data can be passed to a COBOL program from JCL?
Is condition checking possible in jcl? If yes, how?
How dummy is used in jcl?