Example 2. Listing history file abend instances
This example shows an IDIUTIL batch utility job
to list all abend instances recorded in history file MY.HIST1 that occurred yesterday, whether
duplicates or not.
//UTILJOB1 JOB ...
//RUNUTIL EXEC PGM=IDIUTIL
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
FILES(MY.HIST1)
LISTHFDUP(ABEND_DATE = TODAY-1)
/*