![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS Data File: _getLibrary |
| Syntax | |
| Details | |
| Example |
Syntax |
| CALL SEND (datafile-object-id, '_getLibrary', library-object-id); |
| Argument | Type | Description |
|---|---|---|
| library-object-id |
N | returns the object identifier for the SAS Library object that corresponds to the SAS library containing datafile-object-id |
| Details |
The SAS Library object that is created, library-object-id, can be accessed and manipulated by all of the methods defined in the SAS Library class.
| Example |
This example returns the identifier for the SAS Library object associated with the SAS library (SASUSER) that contains the SAS data file, SASUSER.FITNESS:
call send (dfile, '_get_library_', library);
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.