Set the PROTERMCAP environment variable
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
If you create a new PROTERMCAP file, store it in the current working
directory. Then set the PROTERMCAP environment variable, using the
appropriate command from the following table, to allow OpenEdge to use the new file.
| Operating system | Command |
|---|---|
| UNIX (Bourne shell) | PROTERMCAP=protermcap; export PROTERMCAP |
| UNIX (C shell) | setenv PROTERMCAP protermcap |