Request validation exit point
The request validation exit point can be used to restrict operations that can be performed by REXEC users.
The exit program should include the following elements:
- Exception handling
- Debugging
- Logging
Allowed and rejected commands:
The REXEC request validation exit program gives you control over whether to accept or reject an operation. Decisions made by exit programs are in addition to any validation that is performed by the REXEC server application.
Is there an exit program timeout feature?
There is no timeout for REXEC exit programs. If the exit program has an error or exception that it cannot handle, the REXEC server will stop the session.