If you want information presented in a language other than the primary language of the server, you must first have a secondary language loaded. When a secondary language is loaded, you can display information in that language in any of three ways.
One way to display information in a secondary language is to change the system part of your library list so the library of the national language you want is positioned before all other libraries in the system library list that contain national language information.
For example, to present the French version of textual data, you can enter the following command to place French information at the top of the library list:
CHGSYSLIBL LIB(QSYS2928) OPTION(*ADD)
To remove a library from the library list enter:
CHGSYSLIBL LIB(QSYS2928) OPTION(*REMOVE)
A second way to present information in a different language is to follow these steps:
All jobs running in the subsystem use textual data from the secondary language. All jobs that you submit as batch jobs have the national language version library as the first library on the system part of the library list.
A third way to present information in a different language is to change the library list for your job so that the national language version library for the secondary language is the first library on the system part of the library list. All jobs running in the subsystem use textual data from the secondary language. All jobs that you submit as batch jobs have the national language version library as the first library on the system part of the library list.