Chapter Contents |
Previous |
Next |
SAS Data File: _getFullname |
Syntax | |
Example |
Syntax |
CALL SEND (datafile-object-id, '_getFullname', datafile-fullname); |
Argument | Type | Description |
---|---|---|
datafile-fullname |
C | returns the fully-qualified name (libref.member) of the data file that is associated with datafile-object-id |
Example |
This example returns the two-level name for the SAS Data File, SASUSER.FITNESS, into FULLNAME:
length fullname $17; call send (dfile, '_get_fullname_', fullname);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.