what are the types of abends that occur on job failure? And explain the possible causes of these
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between Return Code, user completion code, Abend code and reason Code?
What is the maximum length of a single line of jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
How to run cobol program using jcl?