How can you trap abends in the JCL?

Answers were Sorted based on User's Feedback



How can you trap abends in the JCL?..

Answer / guest

Use IF ABEND statement in the JCL.

Is This Answer Correct ?    20 Yes 0 No

How can you trap abends in the JCL?..

Answer / harshal

To Treap A abends we can use If Abend() in jcl.

Is This Answer Correct ?    5 Yes 0 No

How can you trap abends in the JCL?..

Answer / praveen gundeti

so many abended error is there

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More JCL Interview Questions

How do you check the syntax of a JCL without running it?

17 Answers  


What are the parameter we cannot use in procedure?

0 Answers  


How to execute a set of JCL statements from a COBOL program ?

6 Answers  


is there any utility for restarting a particular step in jcl reply soon ?

5 Answers  


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

0 Answers   IBM,






what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......

2 Answers  


Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.

1 Answers  


What is default if we don't specify RD parameter at all ?

1 Answers   IBM,


what r the types of job control statements?

2 Answers  


if we give TIME=0 how many sec that job/step

13 Answers  


Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?

3 Answers   TCS, Tech Mahindra,


Definition of COND parameter in JCL

5 Answers   TCS,


Categories