Chapter Contents

Previous

Next
SAS Catalog Entry: _getName

SAS Catalog Entry: _getName



Retrieves the entry name for a SAS Catalog Entry object


Syntax
Example
See Also

Syntax

CALL SEND (catentry-object-id, '_getName', catentry-name);

Argument Type Description
catentry-name C returns the two-level name (entry.type) of catentry-object-id


Example

This example returns the two-level SAS Catalog entry name for SASUSER.PROFILE.PASSIST.SLIST (PASSIST.SLIST) into ENTRYNAME:

length entryname $17;
call send (catentobj, '_get_name_',
           entryname);

See Also

_getFullname


Chapter Contents

Previous

Next

Top of Page

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