In JCl which of this activities get executed if act002
abnormally terminates
//job001 job .........
//act001 exec pgm=cobo01
//act002 exec pgm=cob02, cond=(01,le)
//actoo3 exec pgm=cob03, cond=only
//actoo4 exec pgm=con04
Answer Posted / pratim
If act002 exec pgm=cob02 fails,
actoo3 exec pgm=cob03, will execute because of cond=only!
but actoo4 will not execute!!
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of disp parameter?
What is timing concept in mainframe?
How can the attributes of one sms dataset be copied to another dataset?
what is a jcl?
what is the purpose of coding notify parameter in job statement?
Explain dfsort utility?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How to pass data to a program that is coded in an exec statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Is condition checking possible in jcl? If yes, how?
what is DSN in JCL and what are the parameters to declare the DSN?
can any one plzzzzzz tell the jcl code for creating ps using idcams
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?