Previous Topic: CA Culprit Controller Messages ListingNext Topic: How to Read a CA Culprit Message


Error-Handling Options

You can control error message printing and system recovery by coding error-handling options on the PROFILE parameter. the following table summarizes these options.

Note: For more information about the PROFILE parameter and ways to control error messages, see the CA Culprit for CA IDMS Reference Guide.

Keyword

Description

EX=

  • Specifies whether E-level errors can occur without cancelingthe extract phase (options W and E)
  • Instructs CA Culprit to validate the parameters without reading the input data (option NO)

RC=

Specifies a return code associated with four severity codes: I, W, E, and F. You can use the return codes to control job processing.

SE=

Specifies the maximum number of numeric errors reported by EEHF* during SELECT/BYPASS parameter processing.

ME=

Specifies the maximum number of numeric errors reported by EEHF during a match-file run.

EE=

Specifies the maximum number of numeric errors reported by EEHF during the extract phase.

IE=

Specifies the maximum number of numeric errors reported by EEHF during execution of a user input module.

PE=

Specifies the maximum number of numeric errors reported by EEHF during execution of a user procedure module.

OE=

Specifies the maximum number of numeric error reported by EEHF during the output phase.

HD=

Specifies a vertical (V) or horizontal (H) format for hexadecimal dumps produced by EEHF.

* EEHF = the Extended Error Handling Facility