Previous Topic: SORTMSGS OptionNext Topic: AUDITTYPE Option


STARTWITH Option

,STARTWITH= < ALL  >
           \ NONE /

STARTWITH initiates either inclusive or exclusive processing.

ALL presumes that the entire database, as defined by the subschema, is to be audited. Optionally, you can then exclude data from processing by specifying AREA, RECORD, and SET statements.

NONE presumes that none of the database, as defined by the subschema, is to be audited. You include data for processing with AREA, RECORD, and SET statements. If you specify STARTWITH=NONE, then you must specify AREA, RECORD, or SET statements.

Default: ALL