900-GET-NEXT-LOCALE

The 900-GET-NEXT-LOCALE routine retrieves the next locale from the LOCALE database file.

Library DATABASE

Required Field and Return Value

Field Type and length Definition
CRT-LOCALE A 30

Locale is used to retrieve the next locale.

The locale is also returned in this field.

Programming Example

This example gets the next locale.

      MOVE locale     TO CRT-LOCALE.
      PERFORM 900-GET-NEXT-LOCALE.