Phantom Data Mgmt Moderator
Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Fri Apr 07, 2006 1:10 am Post subject: |
|
|
issac1029,
Well, the traditional way is to get the HEX Offset from the abending job's Sysout and searching for that in your compile jcl's sysout. Note: You may not find an exact match of the Hexloc. In this case, you may have to look a number which is closer to the hex value and then find the erraneous statement. Again, The actual code which is causing the problem will be somewhere around (preceding or following) the line which is pointed to by the Hexloc.
In this case, Depending on the type of Abend you face, you can easily figure out which line might have caused the problem.
Hope this helps,
Thanks,
Phantom |
|