A program has encountered an abend TELON SC07, here is the diagnosis given by Abend-Aid:
A data exception occurred during execution of program GSPTA1T2. The expected
completion code is S0C7.
Analysis of Error
The next sequential instruction to be executed in program GSPTA1T2 was at
displacement 0000B81E.
A Data Exception was caused by data referenced at displacement 44B from the start of TGT BLL cell 14 (X'000E'). The field contains
X'4040400000404040'. Refer to the data division map in the program listing
to locate the field name.
The field causing the exception is located in the linkage section of program
GSPTA1T2.
Analysis of Error
A Data Exception is caused when a computational-3 field has an invalid digit (not 0-9), or its last byte contains an invalid sign (not A, B, C, D, E, or F).
The IBM message that corresponds to the condition is:
CEE3207S The system detected a data exception (System Completion Code=0C7).
My question is:
How can I deduct the address of the problematic instruction from the information in fat, thank you for your help.