How can we execute only one step in a job
Answer Posted / rookie
RE:MR.Ankur is right.
COND=EVEN/ONLY in the jobcard will in anyways execute the
first step.
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Can we call instream to catalog and catalog to instream?
What is the difference between the positional and keyword parameters? Give examples.
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Give the syntax of job specifying jcl statement.
What is the function of //jcllib statement?
Can we use DISP=SHR in output file in JCL
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is the JCL statement consists of?
what are the statements that are not valid to be included in an include statement?
what operation is performed by job statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?