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.
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).