Previous Topic: Numeric Parameter PassingNext Topic: Closedown Program


Exception Monitoring on Program Calls

For RPG implementation, you can monitor a CALL statement to detect exceptions, such as when a called program cannot be found. If an RPG program calls an uncompiled program, an error occurs but processing continues.

For COBOL,CA 2E generates code in the calling function to ensure that the run unit does not terminate.