another commit

This commit is contained in:
Allan Bowe 2021-02-14 19:53:33 +01:00
parent 171fcdab05
commit b41d859112

View File

@ -15,4 +15,10 @@ Set to YES to restrict the list of libraries and tables in VIEWER to only those
## DC_VIEWLIB_CHECK
Set to YES to enable library validity checking in viewLibs service. This means that on first load, SAS will attempt to open each library to see if it is possible to do so. This reduces the number of libraries in the list, but means that it is slow to load the first time around.
The default is NO.
The default is NO.
## DC_LOCALE
Set to a locale (such as `en_gb` or `en_be`) to override the system value (which may be derived from client browser settings).
This feature is useful when importing ambiguous dates from CSV or Excel (eg 1/2/20 vs 2/1/20) as DC uses the `anydtdtm.` informats for import.
Default=SYSTEM.