Chapter Contents

Previous

Next
SAS Catalog Entry: _getFullname

SAS Catalog Entry: _getFullname



Retrieves the fully-qualified name of the catalog entry for a SAS Catalog Entry object


Syntax
Example

Syntax

CALL SEND (catentry-object-id, '_getFullname', catentry-fullname);

Argument Type Description
catentry-fullname C returns the four-level fully-qualified name (libref.catalog.entry.type) for catentry-object-id


Example

This example returns the four-level, fully-qualified name for the SAS Catalog entry, SASUSER.PROFILE.PASSIST.SLIST, into FULLNAME:

length fullname $35;
call send (catentobj, '_get_fullname_',
           fullname);


Chapter Contents

Previous

Next

Top of Page

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