User`s guide
9030971 E17
5-1
Chapter 5
SAS Exports
Provides information about SAS export requirements and considerations.
Configuring the dtxscript File
To export to SAS data sets, you must configure the dtxscript file, which is
located in the .../Spectrum/SG-Tools directory.
Modify the script’s “Necessary SAS additions” section as follows:
• The SASROOT variable must be uncommented (remove the # character).
Add the complete path of the SAS root directory to the right of the = sign.
• The export SASROOT command must be uncommented.
• The PATH variable must be uncommented.
• The export PATH command must be uncommented.
• If you want Models exports to display more than the first 32 characters of
model names, you must change the value of the SDE_OUTPUT_MODEL_LEN
variable. For SAS, you can specify display of up to 200 characters.
When this script is executed, the SASROOT environment variable is exported
and /etc is added to the user's PATH environment variable.