LIST ON (PL/I) command

Lists the action (if any) currently defined for the specified PL/I conditions.

Read syntax diagramSkip visual syntax diagramLISTONpli_condition;
pli_condition
A valid PL/I condition specification. If omitted, all currently defined ON command actions are listed.

Usage notes

  • You cannot use the LIST ON command while you replay recorded statements by using the PLAYBACK commands.

Example

List the action for the ON ZERODIVIDE command.
LIST ON ZERODIVIDE;

Refer to the following topics for more information related to the material discussed in this topic.