Chapter Contents

Previous

Next
SAS Catalog Entry: _getLibrary

SAS Catalog Entry: _getLibrary



Creates and returns a SAS Library object for the SAS library that contains this SAS Catalog Entry object


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.