Previous Page | Next Page

SAS Component Language Dictionary

DSNAME



Returns the SAS table name that is associated with a table identifier
Category: SAS Table

Syntax
Examples
See Also

Syntax

table-name=DSNAME(<table-id>);

table-name

contains either the table name that is associated with the specified table-id value, or a blank if an invalid value is specified.

Type: Character

table-id

contains the identifier that was assigned when the table was opened. If DSNAME is called from FSEDIT, FSBROWSE, or FSVIEW, this value is optional. If table-id is not specified in an FSEDIT or FSVIEW application, then DSNAME returns the name of the current table. If table-id is not specified in a SAS/AF application, then DSNAME returns a blank.

Type: Character


Examples


See Also

OPEN

Previous Page | Next Page | Top of Page