DSDIR - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Apply engine
Copyright
2024
First publish date
2000
ft:lastEdition
2024-07-30
ft:lastPublication
2024-07-30T20:19:56.898694

Used with Distributed (Multiplatforms) only. The DSDIR function returns the name of the directory in which a file type datastore resides.

Category

Specialized

Syntax
DSDIR(datastore)
Parameter and Description
Parameter Description
datastore This parameter specifies the physical name of a file type datastore on a distributed (UNIX, Windows, etc.) platform.

Example

Return the name of the directory that contains the file type datastore with the name of source.dat and map it to FILE_DIRNAME.
TARGET_DIRNAME = DSDIR (source.dat)