Previous Topic: ArgumentsNext Topic: Default Behavior


Return Code

The following table gives a brief description of each of the return codes.

Return Code

Description

com.ca.gen.scrt.SrvrErrorExit.PROPAGATE_ERR

This return value causes the calling procedure step stops the execution and propagates error. The integer value is ‘0’

com.ca.gen.scrt.SrvrErrorExit.NOTPROPAGATE_ERR

This return value causes the calling procedure step continues the execution and ignoring the fact that error occurs in the called procedure step. The integer value is ‘1’