SAS/IntrNet 9.1: htmSQL |
dsdef is a line-mode configuration program that defines data sources for use with htmSQL. It enables you to configure data sources and the SAS/SHARE servers and libraries that you include in the data sources.
Syntax: dsdef -config pathname
-config pathname
(optional)
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
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, it is created.
Note: The directory for the data source definition file must exist before you invoke dsdef; otherwise, no file is created.
dsdef -config /usr/local/data_source/employee.data_source dsdef -c /myfiles/financial.datasrc
dsdef -config c:\mydata\datasources\personal.dsf dsdef -c m:\network\central\datasources\mis.datasource
For a detailed description of the dsdef dialog, see Using dsdef.
Note: z/OS is the successor to the OS/390 and MVS operating systems. SAS/IntrNet 9.1 for z/OS is supported on the MVS, OS/390, and z/OS operating systems and, throughout this document, any reference to z/OS also applies to OS/390 and MVS, unless otherwise stated.
SAS/IntrNet 9.1: htmSQL |