Chapter Contents

Previous

Next
SAS Catalog: _getName

SAS Catalog: _getName



Retrieves the name of the catalog that corresponds to the SAS Catalog object


Syntax
Example
See Also

Syntax

CALL SEND (catalog-object-id, '_getName', catalogname);

Argument Type Description
catalogname C returns the one-level catalog name that is associated with catalog-object-id


Example

This example returns the one-level catalog name for SASUSER.PROFILE (PROFILE) into CATALOGNAME:

length catalogname $8;
call send (catobj, '_get_name_', catalogname);

See Also

_getFullname


Chapter Contents

Previous

Next

Top of Page

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