If a JOBSTEP abends, AND without using COND also, all the
subsequent steps execute, then what is the use of using EVEN
? Why do we use EVEN when without it also all the JOBSTEPs
execute ?
Answer Posted / kodees
Once the Job abends, the Execution in CPU ends & the job
would be returned to Output queue.
COND=EVEN in a step, allows the job to further execute in
the CPU for completion of that particular step.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job?
What are the parameters that are used in creating a gdg?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Where & How Do You Code Identifier In Jcl?
How gdg are concatenated?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how can you check if a file is empty using jcl?
whats the diff bw the evaluate also and and?
when can a job time-out occur? How to overcome that?
how would you create a temporary dataset? And where will you use them?
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
Explain the function of the steplib dd statement?