If Acquire abends with an error indicating a data-related problem a special exit is invoked to attempt to analyze the location and help point out what was being processed at the time. This routine can write messages as follows to the //IPLIST file, and will assist Precisely Support in the diagnosis and speedy resolution of a problem with Acquire:
AZE001I Sabd DETECTED AT psw : mmmmmmmm+oooo
Meaning: A system abend abd has occurred at location psw in storage, which resolves to Acquire module mmmmmmmm at hexadecimal offset oooo.
AZE002I previous bytes
AZE002I op-code instruction R1=address-1 -> xxxxxxxx
AZE003I R2=address-2 -> xxxxxxxx
AZE004I OP=xxxxxxxx -> xxxxxxxx
R0=vvvvvvvv R1=wwwwwwww R2=xxxxxxxx R3=xxxxxxxx
R4=vvvvvvvv R5=wwwwwwww R6=xxxxxxxx R7=xxxxxxxx
R8=vvvvvvvv R9=wwwwwwww RA=xxxxxxxx RB=xxxxxxxx
RC=vvvvvvvv RD=wwwwwwww RE=xxxxxxxx RF=xxxxxxxx
Meaning: The failing instruction is op-code and the full instruction is instruction. The 8 bytes prior this are printed in previous bytes. The constituent addresses of the instruction are resolved as address-1 and address-2, and if some other information can be extracted this is printed in the xxxxxxxx fields. The contents of all general registers are always printed.
AZE005I DUMP OF GLOBAL AREA
AZE005I DUMP OF CURRENT SMF RECORD BEING PROCESSED
AZE005I DUMP OF PREV. INT RECORD
AZE005I DUMP OF CURRENT INT RECORD
Meaning: A dump of the global area, or the record being processed by Acquire follows. This will be either an incoming SMF record, or one or two intermediate records.
AZE006I GLOBAL DATA IS AT address
FIELD=value FIELD=value . . .
FIELD=value FIELD=value . . .. . .
Meaning: The Acquire global area is located in storage at address address and various other key field values are printed in hex or character as appropriate.
AZE007I SUPERVISOR CALL - svcdetail
Meaning: The failing instruction was an SVC (Supervisor Call) as detailed