Chapter Contents |
Previous |
Next |
SAS Catalog Entry: _getDescription |
Syntax | |
Example |
Syntax |
CALL SEND (catentry-object-id, '_getDescription', description); |
Argument | Type | Description |
---|---|---|
description | C | returns the description for the catalog entry that corresponds to catentry-object-id |
Example |
This example returns the SAS catalog entry description for SASUSER.PROFILE.PASSIST.SLIST ('User profile') into DESCRIPTION:
length description $40; call send (catentobj, '_get_description_', description);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.