When running TSSUTIL REPORT on an empty (just initialized) Top Secret Audit file (AUDIT1 or AUDIT2) we receive the following console messages:
0S03I PROGRAM CHECK INTERRUPTION - HEX LOCATION 005049BC -
INTERRUPTION CODE 07 - DATA EXCEPTION
0S00I JOB xxxxxx CANCELED
0S07I PROBLEM PROGRAM PSW = 070D2000 805049C2
1S78I JOB TERMINATED DUE TO PROGRAM ABEND
EOJ xxxxxx
JCL being used is:
// DLBL SMFIN,'hlq.TOP.SECRET.AUDIT1' // EXTENT sysnnn,volser // EXEC TSSUTIL REPORT DATE(-01) EVENT(INIT)
TSSUTIL requires DLBL's for both SMFIN and SMFIN1, and you need to have a full EXTENT card coded for the DLBLs for SMFIN and SMFIN1.
Top Secret dataset definitions must include the actual extent information, must have permanent assignments, and may not be managed by a dynamic disk space management system (e.g., DYNAM, EPIC, etc.).
If a DISK storage manager is running on your installation it may be possible to run without problem, if you code an EXTENT with only the logical unit and the volume serial the SMF files are residing on.
If no disk storage manager is running, update the job with a DLBL and full EXTENT card for both SMFIN and SMFIN1, the same job should run successfully.