Stage the r-code
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
For security reasons, you can only deploy compiled application code (known as run-time code, or r-code) to a staging instance of PAS for OpenEdge.
System administrators receive r-code from developers and place the code in the
instance-name/openedge directory.
Note: If your
ABL application code is monolithic, then you have the option to change the PROPATH
using the OEPROP utility to reference the application externally. This is not
recommended because it prevents you from creating a ZIP file with the complete
instance and registering it on the production server.