Used with Distributed (Multiplatforms) only. The DSNAME function returns the name of the physical datastore file.
Category
Specialized
Syntax
DSNAME(datastore_alias)
Parameter and Description
Parameter | Description |
---|---|
datastore_alias | This parameter specifies the alias name of a source or target datastore. |
Example
Return the names of the physical file for a file type datastore with the alias INPUT_DS and map it to target field FILE_NAME.
FILE_NAME = DSNAME (INPUT_DS)