Customer wanted to know of the process to restore the deleted report to the database.
To bring back an expired report that is still on tape, SARTDR /TADD can be used:
//XXXXXXXX JOB ...
//SARTDR01 EXEC PGM=SARTDR,PARM='view_hlq' <=== Modify DB name
//STEPLIB DD DISP=SHR,DSN=VIEW.CVDELOAD <=== Modify, if used
//SYSPRINT DD SYSOUT=*
//TAPEINP DD DISP=SHR,DSN=view_hlq.SARTAPE.T00nnnnn
//SYSIN DD *
/TADD DDNAME=TAPEINP ID=... GEN=...
/*
//