Previous Topic

Next Topic

Book Contents

Book Index

CTDUPMIS Example 3

In all decollation missions with job names starting with "JOB", if the first letter of the recipient name is 'A', replace it with 'B'.

//EXEC CTDUPMIS

     MODE=PROD

     REPLIB=CTDP.REPORTS

SELECT

     JOBNAME=JOB*

     DO-USER=A*

CHANGE TO

     DO-USER=B???????

Parent Topic

Examples for CTDUPMIS