Chapter Contents

Previous

Next
SAS Data File: _getName

SAS Data File: _getName



Retrieves the name of the data file for a SAS Data File object


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.