This procedure sets default message file used to send messages.
Parameter | Type | Description | |
---|---|---|---|
file | 10A | Mandatory | Message file name. |
library | 10A | Optional | Message file library. If not provded then *LIBL |
Procedure returns *ON if everything is OK. It returns *OFF in case of any error.
Examples:
setDftMsgFile("IAFMSGF");
//or
setDftMsgFile("IAFMSGF" : "IAF100AP");