Chapter Contents

Previous

Next
SAS Catalog Entry: _getCatalog

SAS Catalog Entry: _getCatalog



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


Syntax
Example

Syntax

CALL SEND (catentry-object-id, '_getCatalog', catalog-object-id);

Argument Type Description
catalog-object-id N returns the object identifier of the SAS Catalog object that is associated with the SAS catalog containing catentry-object-id


Example

This example creates and returns the SAS Catalog object identifier for SASUSER.CAT1 as CATALOG.

call send (catentobj, '_get_catalog_',
           catalog);


Chapter Contents

Previous

Next

Top of Page

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