$IOPRINT

Specify the types of messages sent to the message frame or log file.

$IOPRINT = MessageLevel

Arguments

MessageLevel—integer representing the sum of the message codes for the desired message types. If the sum of the codes is 0, no information is placed in the message frame. For more information, see I/O Message Levels.

Description

The $IOPRINT determines the types of messages that will appear in the message frame. You can use the ProcScript function $ioprint to test or change the current I/O message level.

This setting only takes effect after the assignment file has been read and overrides the value set by /pri, which is applied immediately upon startup.

Setting $IOPRINT

[SETTINGS]
$IOPRINT = 63

63 is the sum of all message codes up to and including Generated SQL (if available). Therefore, the message frame returns all messages for codes 1, 2, 4, 8, 16 and 32.

Related Topics