Adding WITH RESTRICT ON DROP to tables by importing DML
Use this procedure to import DML to add a WITH RESTRICT ON DROP clause to the table specification for all tables in a database.
To add WITH RESTRICT ON DROP to tables
In an ISPF editor, type the DML statement to match the one shown in the following figure and provide the information that is unique to your site.For information about DML syntax, see CM-PILOT-Data-Manipulation-Language-DML.
UPDATE TABLES
SET
CLUSTERTYPE = 'Y'
WHERE
DBNAME = 'DEMOCRJ'
;- Import the DML file.Now that the DML file has been imported, you can analyze a work ID and execute a worklist.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*