Traps in report sections¶

The same traps are available as in the general language. However, the actions taken when an untrapped condition occurs differ if a command appears within a !report section.

Untrapped condition

Action

nsr

A null record is returned. No error message is issued.

riu

The program waits until the required record becomes available. No Waiting… message is issued.

all others

The command is ignored.

All errors can be trapped and dealt with if the default action is not appropriate.


RELATED TOPICS

Reports

Traps