Introduction
This documentation contains detailed information about the language and serves as a guide for developers to write their very own rule sets. The concepts mentioned in this documentation apply to ProcMan Version 5.
General
PRX is an interpreter language that can be used to verify and modify data within ProcMan processes. Since it is inherently integrated with SmartJCL, it primarily serves the purpose of analyzing and modifying JCL components. It is also a powerful tool to enforce company-specific compliance rules.
Before we can use the PRX language, it has to be enabled in our JCL.SKELS
. To enable PRX, we use the parameter USE-PRX=Y
in the SYSIN
-statement.
Last updated