-DML (DML section)


The -DML command identifies the section of the CM/PILOT worklist that contains DML statements.

Warning
Important

No other CM/PILOT worklist commands can exist between the -ANLY command and the -DML command.

All of the DML statements for a task ID must be contained in one DML section. Multiple -DML commands cause an error.

-DML  000700
              UPDATE DATABASES SET
                     NAME           =    'KIF'
              WHERE
                     NAME           LIKE 'MAF%'
              ;
              UPDATE TABLESPACES SET
                     NAME           =    'ACTVEN'
              WHERE
                     NAME           =    'ACT'
              ;

 

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

ALTER and BMC AMI Change Manager for Db2 13.1