Allocating ISPF data sets

The following data sets must be allocated to the respective ISPF DDnames (either in the TSO logon procedure or using any other installation-specific method):
DDname Data set name
ISPPLIB HFZ.SHFZPLIB
ISPMLIB HFZ.SHFZMLIB
ISPSLIB HFZ.SHFZSLIB
ISPTLIB HFZ.SHFZTLIB
SYSEXEC HFZ.SHFZEXEC

A sample REXX EXEC that can be used to invoke Z Abend Investigator from within ISPF is provided as member HFZSISPF in data set HFZ.SHFZSAM1. The EXEC performs the necessary dynamic definition of the required data sets using the ISPF LIBDEF and TSO ALTLIB services.

Note: To enable the editing or browsing of data sets using Z Data Tools, all necessary ISPF libraries for Z Data Tools also must be made available when Z Abend Investigator is invoked. Refer to the Z Data Tools documentation for information about the required data set names that should be added to your TSO logon procedure or invocation exec. The HFZSISPF sample exec allows you to optionally include Z Data Tools data sets.

To help with diagnosis of problems relating to the allocation of data sets for Z Abend Investigator, the TSO/ISPF commands ISRDDN, ISRFIND, or ISPLIBD might be useful.