Removing all data from a table space
The following example illustrates how to use
BMC AMI Load
remove all data from a table space.
Specifying REPLACE with an input data set of DD DUMMY empties the table space and loads no data.
//SYSREC DD DUMMY
//SYSIN DD *
LOAD DATA REPLACE INDDN SYSREC
INTO TABLE NGT.TABLE1
(fieldSpecification)
//SYSIN DD *
LOAD DATA REPLACE INDDN SYSREC
INTO TABLE NGT.TABLE1
(fieldSpecification)
Related topics
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*