Previous Topic: When a User Exit is CalledNext Topic: Control Blocks and Sample User-Exit Programs


Rules for Writing the User-Exit Program

This section describes the rules that apply to writing the user-exit program.

Compiler Name

Description

User Exit Entry Point

IDMSCHEM

Batch schema compiler

SCHEXITB

IDMSCHDC

Online schema compiler

SCHEXITO

IDMSUBSC

Batch subschema compiler

SUBEXITB

IDMSUBDC

Online subschema compiler

SUBEXITO

Although each exit has a unique entry point name, you can use the same exit code for more than one compiler by assigning multiple entry point names to the same set of code.

Code

Compiler Action

0

No message is issued; compiler continues with normal processing.

1

An informational message is issued; compiler continues with normal processing.

4

A warning message is issued; compiler continues with normal processing.

8

An error message is issued; compiler initiates error processing.