Chapter Contents |
Previous |
Next |
SAS Catalog: _getFullname |
Syntax | |
Example | |
See Also |
Syntax |
CALL SEND (catalog-object-id, '_getFullname', catalog-fullname); |
Argument | Type | Description |
---|---|---|
catalog-fullname | C | returns the fully-qualified name (libref.catalog) for the catalog that is associated with catalog-object-id |
Example |
This example returns "SASUSER.CAT1" in fullname:
length fullname $35; call send (catobj, '_get_fullname_', fullname);
See Also |
_getName
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.