cobol1.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CBL_NLS_INFO (↑ National Language Support Routines)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Routine:      CBL_NLS_INFO
 
  Function:     Get/set national language information.
 
  Syntax:       CALL "CBL_NLS_INFO" USING     function-code
                                              info-category
                                              info-buffer
                                    RETURNING status-code
 
  Parameters:   function-code          PIC X COMP-X.
                info-category          PIC X COMP-X.
                info-buffer            PIC X(n).
                status-code            See Key
 
                Function-code contains one of the following
                subfunction numbers:
 
                   1 = Get national language information
                   2 = Set national language information
                   3 = Reserved
                   4 = Reserved
                                    -♦-