CTDUFPRT Example 3
In this example, the utility prints Index records with the following details from a Migrated User file:
- The files were migrated to the volume with serial number "VVVVVV".
 - Migration occurred on or after 01/05/04.
 
//CTDUFPRT EXEC CTDUFPRT 
 | 
//SYSIN  DD  * 
 | 
FILE=MIG 
 | 
RECORD=I 
 | 
VOLSER=VVVVVV 
 | 
MIGFROM=01/05/04 
 | 
/* 
 |