Previous Topic

Next Topic

Book Contents

Book Index

CTDUPMIS Example 5

Add the print mission PRTMIS2 to all decollation mission definitions that create reports with a name starting with "REP" and have the following Control-V index path: ACCOUNT/NAME.

//EXEC CTDUPMIS

     MODE=PROD

     REPLIB=CTDP.REPORTS

SELECT

     DO-NAME=REP*

     DO-INDEX=ACCOUNT/NAME

CHANGE TO

     DO-PRINT=+PRTMIS2

Parent Topic

Examples for CTDUPMIS