Chapter Contents |
Previous |
Next |
SAS Data File: _getName |
Syntax | |
Example | |
See Also |
Syntax |
CALL SEND (datafile-object-id, '_getName', datafile-name); |
Argument | Type | Description |
---|---|---|
datafile-name |
C | returns the one-level name of the data file that is associated with datafile-object-id |
Example |
This example returns the one-level member name of the SAS data file SASUSER.FITNESS ('FITNESS') into NAME:
length name $8; call send (datafile, '_getName', name);
See Also |
See also _getFullname.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.