ACCESS Procedure
Syntax
PROC ACCESS <options>;
CREATE libref.member-name.ACCESS | VIEW <password-option>;
UPDATE libref.member-name.ACCESS | VIEW <password-option>;
DROP <'>column-identifier-1 <'> <…<'>column-identifier-n<'>>;
FORMAT <'>column-identifier-1<'> <=>SAS-format-name-1 <…<'>column-identifier-n<'> <=> SAS-format-name-n>;
LIST <ALL | VIEW | <'>column-identifier<'>>;
RENAME <'>column-identifier-1<'> <=> SAS-variable-name-1 <…<'>column-identifier-n<'>
<=> SAS-variable-name-n>;
RESET ALL | <'>column-identifier-1<'> <…<'>column-identifier-n<'>>;
SELECT ALL | <'>column-identifier-1<'> <…<'>column-identifier-n <'>>;
RUN;
Table of Procedure Tasks
Copyright © SAS Institute Inc. All rights reserved.