DBLOAD Procedure Reference |
Applies to: | New databases |
Syntax |
Syntax |
ACCDESC= libref.access-descriptor; |
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 will 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).) ACCESS= and AD= are aliases.
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.