Use the following syntax
to invoke dsdef:
dsdef -config pathname
where -config
pathname is optional, and
pathname specifies the pathname (including the filename) for the data source
definition file. You can use -c as an alias for -config.
The definition information
is written to the definition file specified by the -config option.
If -config is not specified, the definition is written to a default
pathname of
-
/usr/local/lib/IntrNet/htmSQL/htmSQL.datasrc
(for UNIX and
z/OS)
-
C:\Program Files\SAS
Software\htmSQL.dsf
(for Windows).
If you name your definition
file something other than the default pathname, you must specify the
following line in the
htmSQL configuration file:
datasrcfile = pathname
where
pathname is the full pathname of your data source definition file.
If the definition file
already exists, it is updated. Otherwise, the file is created.
Note: The directory for the data
source definition file must exist before you invoke dsdef. Otherwise,
no file is created.