Anonymous Says:
There are some small differences between both of these. Does it matter which one you use? For what I do no, but it depends if you are running in test vs production and what you are trying to do with your job.
IKJEFT01 will intercept any types of abend codes that are system or application related but it will not pass them to jes for the return-code. Plus if using files with DISP=(NEW,CATLG,DELETE) they will remain on abend. IKJEFT1A is similiar to IKJEFT01 in that it intercepts application and system abends both but then passes the system abends to jes. If you had dataset defined as DISP=(NEW,CATLG,DELETE) then they get deleted on system abends, but the files remain on application abends, so that part is also different from IKJEFT01.
|