localeopt parameter solved the problem. This Boolean parameter specifies either the user’s current locale definition or the ODBC locale definition as the source for defaults for the locale-specified parameters dformat, monthlist, yearopt, mindate and maxdate:
- If localeopt=0, all of these parameters take the current locale definition defaults.
- If localeopt=1, all of these parameters take the ODBC defaults.
For example:
write $zd($h,11,,,,,,,,1) >Mon
- Log in to post comments