Previous Topic

Next Topic

Book Contents

Book Index

CTDUPMIS Example 2

Receive the list of all decollation missions where MONITOR is not specified and add the monitor 1 to the selected decollation missions. Store the updated members in the CTDP.REPORTS.NEW library, but do not change them in the source library.

//EXEC CTDUPMIS

     MODE=PROD

     REPLIB=CTDP.REPORTS

     OUTLIB=CTDP.REPORTS.NEW

SELECT

     MONITOR=$NONE

CHANGE TO

     MONITOR=+1

Parent Topic

Examples for CTDUPMIS