Chapter Contents |
Previous |
Next |
SAS Catalog Entry: _getType |
Syntax | |
Example |
Syntax |
CALL SEND (catentry-object-id, '_getType', entrytype); |
Argument | Type | Description |
---|---|---|
entrytype | C | returns the entry type for catentry-object-id |
Example |
This example returns the SAS Catalog entry type for SASUSER.PROFILE.PASSIST.SLIST (SLIST) into ENTRYTYPE:
length entrytype $8; call send (catentobj, '_get_type_', entrytype);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.