Creating Modules Using LOCALETYPE(*LOCALE)

When you create modules with the LOCALETYPE(*LOCALE) option, MB_CUR_MAX have the following values:
  • 1 for locales built with a single byte CCSID, such as 00037
  • 4 for locales built with a mixed byte CCSID such as 00939
MB_CUR_MAX is dependent on the LC_CTYPE category of the current locale.