Verifying the use of Z Abend Investigator with assembler

AMODE 31

To verify Z Abend Investigator with AMODE 31 assembler, edit and submit the sample job HFZVPASM in data set HFZ.SHFZSAM1. Refer to the instructions in the sample job for more information.

The job assembles and executes a program that abends with a system abend code of 0C7.

Since this program is a non-LE program, Z Abend Investigator is invoked via the MVS change options/suppress dump exit HFZXDCAP.

The synopsis section of the Z Abend Investigator report that is written to HFZREPRT should contain the following:

For the Japanese feature of Z Abend Investigator, this section should be in Japanese if the Language(JPN) option is in effect.

A system abend 0C7 reason code X'0' occurred in module GO CSECT HFZSASM1 at
offset X'44'.

A program interruption code 0007 (Data Exception) is associated with this abend
and indicates that:

  A decimal digit or sign was invalid.

The cause of the failure was module GO CSECT HFZSASM1.  The Assembler source
code that immediately preceded the failure was:

  List
  Stmt #
  ------
  000042           CVB    R5,WORKD

The Assembler source code for data fields involved in the failure: 
                                                                   
  List                                                             
  Stmt #                                                           
  ------                                                           
  000107  WORKD           DS D                                     
                                                                   
Data field values at time of abend:                                
                                                                   
  WORKD = X'0000000002222278' (Address 00007E50 = R12 + X'110') 
A complete sample report from running this IVP is provided as member HFZSRP03 in the HFZ.SHFZSAM1 data set.

An LE-compliant version of this IVP is provided as member HFZVPBLE in data set HFZ.SHFZSAM1. See Verifying the HFZXCEE Language Environment exit enablement for more information.

AMODE 64

To verify Z Abend Investigator with AMODE 64 assembler, edit and submit the sample job HFZVPAS6 in data set HFZ.SHFZSAM1. Refer to the instructions in the sample job for more information.