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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
How to change default PROCLIB?
how many max steps can we use in a job? pls answer to my question
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
When output dataset space is required, what quantity categories are used?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
what is the difference between JES3 and JES2?
How does jcl act on code(if you take a cobol program)?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2