View - Need to Restore an Expired Report from Tape Backup
search cancel

View - Need to Restore an Expired Report from Tape Backup

book

Article ID: 135826

calendar_today

Updated On:

Products

Deliver View

Issue/Introduction

Customer wanted to know of the process to restore the deleted report to the database.

Resolution

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=... 
/* 
//