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 / vinay sonar

ACT003 AND ACT004 WILL EXECUTE BECAUSE COND=ONLY MEANS
EXECUTE THAT STEP ONLY IF PREVIOUS STEP ABENDS

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the types of abends that occur on job failure? And explain the possible causes of these

1114


what is a jcl?

685


Explain how can a jobs execution priority be modified?

736


how can you check if a file is empty using jcl?

812


how JCL works?

794






Can I share my data with other jobs? How?

665


what is the resolution for sb37 error

7700


What is the function of the steplib dd statement?

739


What is the use of disp parameter?

649


Name the parameters which can be used to limit the number of records written to a sysout dataset?

648


What are steplib and joblib?

721


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

603


Suppose I have five jobs to do. But I want to hold one?

654


Is condition checking possible in jcl? If yes, how?

735


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) ?

1765