Example 4. Changing history file fault prefix characters

This example shows an IDIUTIL batch utility job to change the fault prefix characters for history file MY.HIST to ABC.
//UTILJOB3 JOB  ...
//RUNUTIL  EXEC PGM=IDIUTIL
//SYSPRINT DD  SYSOUT=*
//SYSIN    DD  *
SETFAULTPREFIX(MY.HIST,ABC)
/*