Setting the NLSPATH environment variable to include the paths to the XL C/C++ V8.0 message catalogs

The command to set the NLSPATH environment variable depends on the shell that you are using.

If you are using Bourne or Korn shell, use the following command:

  export NLSPATH=$NLSPATH: 
    xlsmprt_path/msg/%L/%N:
    xlrte_path/msg/%L/%N:
    xlcmp_path/vacpp/8.0/msg/%L/%N

If you are using C shell, use the following command:

  setenv NLSPATH $NLSPATH: 
    xlsmprt_path/msg/%L/%N:
    xlrte_path/msg/%L/%N:
    xlcmp_path/vacpp/8.0/msg/%L/%N

where:

Note:
If XL SMP, XL C/C++ runtime, and XL C/C++ compiler files are all installed in the default location, xlsmprt_path, xlrte_path, and xlcmp_path will all be /opt/ibmcmp/.