KLVDM120 DOWNLEVEL FUNCTION SYNTAX: 'name' library(dialog) LINE(line)
Explanation
Dialog dialog contains a dialog function call (name) that does not have parentheses around its argument list. This is known as level 0 syntax. library is the DD name that contains the dialog. line is the location where the condition was detected.
System action
This is an information message. The dialog continues compiling.
User response
If this is a user-supplied dialog, modify the dialog so that the function arguments are enclosed in parentheses immediately following the function. If the function has no arguments, parentheses are still required, for example, VSSREFR(). After making the changes, add )OPTION LEVEL(1) at the beginning of the dialog to indicate that functions are identified by parenthetical parameter lists.
If this is an IBM®-supplied dialog, contact IBM Software Support.
Message Type
LOG, VIEW