-DML (DML section)
Related topics
CM/PILOT worklist commands
Worklist commands
The -DML command identifies the section of the CM/PILOT worklist that contains DML statements.
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'
;
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*