![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS Catalog: _getName |
| 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.