ACCDESC= Statement (Optional)

Assigns a name to the access descriptor for a new database.

Alias: ACCESS= and AD=
Applies to: New databases

Syntax

ACCDESC= libref.access-descriptor;

Details

Note: When creating a new database using the ACCDESC=statement, it must follow another statement that is used only for creating a new database. The ACCDESC= statement cannot be the first statement specified in PROC DBLOAD.
The ACCDESC= statement specifies an access descriptor (member) name for the new database. If the member name already exists, the DBLOAD procedure does not create the new database.
PROC DBLOAD always creates an access descriptor file when it creates a database. By default, the new database name is Work.database.ACCESS, where database contains the first 7 characters of the new name. PROC DBLOAD also creates a view descriptor that matches the access descriptor. (See VIEWDESC= Statement (Required) | (Optional).