If no message dialog to be displayed then
simply
INITIALIZATION.
if condition
MESSAGE 'MESSAGE TEXT' TYPE 'I'.
LEAVE PROGRAM.
End if.
If no message dialog to be displayed then
simply
INITIALIZATION.
if condition
MESSAGE 'MESSAGE TEXT' TYPE 'I'.
LEAVE PROGRAM.
End if.