Chapter Contents |
Previous |
Next |
SAS Catalog Entry: _getLibrary |
Syntax | |
Details | |
Example |
Syntax |
CALL SEND (catentry-object-id, '_getLibrary', library-object-id); |
Argument | Type | Description |
---|---|---|
library-object-id | N | returns the object identifier of the SAS Library object that corresponds to the SAS library containing catentry-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 creates and returns the SAS Library object identifier for SASUSER in LIBRARY:
call send (catentobj, '_get_library_', library);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.