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
I need exexution process for JCL programs
can any one plzzzzzz tell the jcl code for creating ps using idcams
List the various advantages of using jcl language?
What do you understand by jcl?
what is the purpose of coding class parameter in job statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
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) ?
Explain the purpose of dd * statement in jcl?
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 can unused space allocation be returned to the system when a dataset is closed?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
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?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how JCL works?