Returns information about locales.
Valid in: | DATA step, PROC SQL, and SCL |
the value that is analyzed to determine the locales that are currently loaded into memory. If no parameter is specified, the default LOADED is used. The only valid value is LOADED.
loadedLocales=dqLocaleInfoGet('loaded'); put loadedLocales;