![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS Companion for the CMS Environment |
| Assigning a Libref to a BMDP File |
| LIBNAME libref BMDP physical-name; |
This form of the LIBNAME statement takes the following arguments:
The LIBNAME statement has no options for the BMDP engine.
You do not need to use a LIBNAME statement before running PROC CONVERT on a BMDP file.
| Referencing BMDP Files |
| Examples of Accessing BMDP Files |
libname xxx bmdp 'temp bmdpdata'; proc contents data=xxx.abc; proc print data=xxx.abc;
libname mylib2 bmdp 'temp bmdpdata'; proc print data=mylib2._first_;
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.