How can you trap abends in the JCL?
Answers were Sorted based on User's Feedback
Answer / harshal
To Treap A abends we can use If Abend() in jcl.
| Is This Answer Correct ? | 5 Yes | 0 No |
if we give two job cards in a single what happens
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are the 4 fields in dd statement?
what is DSN in JCL and what are the parameters to declare the DSN?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
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
When we give TYPERUN = SCAN , what are the syntax errors we get?
Explain about ISPFTTRC
What is a JCL Command statement ?
What will happen if two JOB statements are mentioned in an JCL continuously.
how you can direct the data to spool using SYSOUT option?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?