Previous Topic

Next Topic

Book Contents

Book Index

CTDUPMIS Example 6

Change the recipient names, specified by the SELECT statements, in all decollation mission definitions containing these names, to the names specified by the CHANGE TO statements.

//EXEC CTDUPMIS

     MODE=PROD

     REPLIB=CTDP.REPORTS

SELECT

     DO-USER=USER1

CHANGE TO

     DO-USER=NEWUSER1

SELECT

     DO-USER=USER2

CHANGE TO

     DO-USER=NEWUSER2

SELECT

     DO-USER=USER3

CHANGE TO

     DO-USER=NEWUSER3

Parent Topic

Examples for CTDUPMIS