Use the PROPACK utility
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
The PROPACK utility creates a procedure archive file with
a manifest. The manifest file contains additional information about the files like
vendor, version, and custom attributes. After creating an archive, it can be signed
using the PROSIGN utility. Signed archives improve security because
before use they allow the AVM to validate at run time that the r-code has not changed.
If the signatures do not match, the AVM flags the mismatch and does not run the r-code.
| Operating system | Syntax |
|---|---|
| UNIX, Windows |
|
Note: The PROPACK utility is based on the Java
jar command. The actions and
options are similar to the jar command operation
modes and operation modifiers. For more information
about jar, see the Java documentation.- action
-
Specifies the action to be taken on the archive.
Action Minimal action Description --create-cCreates a new archive. --extract-xExtracts the files from an archive. --list-tLists archive information and file contents. --update-uAdds files to an archive. - option
- All actions can take the following option: