![]() Chapter Contents |
![]() Previous |
![]() Next |
| LIBNAME |
| Valid: | anywhere |
| CMS specifics: | libref, engine, physical-name, engine/host-options |
| Syntax | |
| Details | |
| See Also |
Syntax |
|
See Using SAS Engines for more details on engines.
| option-1=value option-2=value |
| YES | specifies that there is end-of-volume processing. This is the default. |
| NO | specifies that there is not end-of-volume processing. |
| YES | specifies that the tape is not to be moved before processing the label. |
| NO | specifies that the tape is to be rewound before processing the label. This is the default. |
| Details |
You can use the LIBNAME statement to list attributes of SAS data libraries. Data Library Attributes Listed by the LIBNAME Statement shows the results of the following LIBNAME statement:
libname sashelp list;
Data Library Attributes Listed by the LIBNAME Statement
NOTE: Copyright (c) 1989-1998 by SAS Institute Inc., Cary, NC, USA.
NOTE: SAS (r) Proprietary Software Release 7.01 TSxxx
Licensed to SAS INSTITUTE DATA CENTER, Site xxxxxxxxx.
NOTE: Running on IBM Model 3090 Serial Number xxxxxx.
1 libname sashelp list;
NOTE: Libref= SASHELP
Engine= V7
Filefmt= 701
Physical Name= SAS4HELP SG
NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 |
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.