If the No such error found message appears, check that the COPERR environment variable has the correct path name to the error message catalog file, errmsg.cat.
- Use one of the following commands to define the correct path name to the errmsg.cat file in the COPERR environment
variable:
- Bourne shell users, add the following to the .profile file:
COPERR=/ed; export COPERR
where ed (error directory) is the name of the directory created to contain the error message catalog file.
- C shell users, add the following to the .login file:
setenv COPERR /ed
where ed (error directory) is the name of the directory created to contain the error message catalog file.
- Bourne shell users, add the following to the .profile file:
- Run the .profile or .login file.