Previous Topic: AUTH—Merge Records for SearchNext Topic: Examples: AUTOEDSN control option


AUTOEDSN—Edit AUTOERASE Data

Valid on z/OS.

Use the AUTOEDSN control option to edit the data set selection list associated with AUTOERASE(YES). At most, 150 data sets or prefixes can be added to this list.

All entry methods are accepted.

This control option has the following format:

AUTOEDSN((ADD|REM),(dataset.prefix|'exact.dataset.name'))
ADD

Adds an entry to the list.

REM

Removes an entry from the list.

exact.dataset.name

Any valid O/S data set name enclosed by quotes. When AUTOERASE(YES) is set and a data set is SCRATCHed, if the exact entry on the AUTOEDSN table matches the data set name, DADSM is invoked to overwrite the DASD with nulls.

Range: Up to 44 characters

dataset.prefix

Any valid O/S data set name not enclosed by quotes. When AUTOERASE(YES) is set, and a data set is SCRATCHed, if the entry on the AUTOEDSN table matches the initial segment of the data set name, DADSM is invoked to overwrite the DASD with nulls.

Range: Up to 44 characters