Chapter Contents

Previous

Next
SAS Metalib: _getLibrary

SAS Metalib: _getLibrary



Creates and initializes a SAS Library object from a SAS Metalib object


Syntax
Details

Syntax

CALL SEND (metalib-object-id, '_getLibrary', libref, library-object-id);

Argument Type Description
libref
C specifies the libref of a SAS library associated with metalib-object-id
library-object-id
N returns the object identifier of the SAS Library object that is associated with libref. The library-object-id argument is not created if the libref for the SAS data library is not associated with the SAS Metalib object (through _setup) or if the libref does not exist.


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.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.