setDftMsgFile()

This procedure sets default message file used to send messages.

ParameterTypeDescription
file10AMandatoryMessage file name.
library10AOptionalMessage 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");