Setting the NLSPATH environment variable to include the paths to the XL Fortran V10.1 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/xlf/10.1/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/xlf/10.1/msg/%L/%N

where:

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