Set the PROTERMCAP environment variable
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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 |