Chapter Contents

Previous

Next
SAS Catalog: _getLibrary

SAS Catalog: _getLibrary



Creates and returns a SAS Library object identifier that corresponds to the SAS library that contains the catalog for this SAS Catalog object


Syntax
Details
Example

Syntax

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

Argument Type Description
library-object-id N returns the object identifier for a SAS Library object that corresponds to the SAS library that contains the catalog for catalog-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 object identifier for the SAS Library object that contains the catalog associated with CATOBJ in LIBRARY:

call send (catobj, '_get_library_', library);


Chapter Contents

Previous

Next

Top of Page

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