CTDUFPRT Example 2
In this example, the utility prints SYSDATA records with the following details from the History User file:
- Job Name starts with "K06"
 - The records were backed up by the BKP007D backup mission.
 
//CTDUFPRT EXEC CTDUFPRT 
 | 
//SYSIN  DD  * 
 | 
FILE=HST 
 | 
RECORD=S 
 | 
JOBNAME=K06* 
 | 
BKPMIS=BKP007D 
 | 
/* 
 |