The reference section lists all user selectable USYS$UD6_PARAMS assignments.
If you have a USYS$UD6_PARAMS specified in both a local ASN file and the usys:usys.asn file, the settings in the usys:usys.asn file override the local assignment file.
All options can be specified in any case (eg:, NOPRA
or noPRA
or nopra
).
Parameters are case sensitive, ie: temp \u\TEMP\
and temp \u\temp
are different.
Uniface automatically truncates the USYS$UD6_PARAMS to a short size, however you can specify additional options using the sql proc statement eg:
sql "temp \u\TEMP\","$ud6"
,
or set the parameters as follows:
USYS$UD6_PARAMS=infile params.txt
Then in the file params.txt, a SINGLE line with all of the options, eg:
listoptions,listdir h:\sourCes\Inuse, nodeny
Related articles:
$Revision: 1.7 $ $Date: 2011/02/28 02:56:33 $ | [go to top] |