You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is an extra "do" on line 176 which isn't matched by an "end".
It should read
if PRIV.NUMAPF <> "ALTER" then
/* We might push in via dataset in WARN mode /
do www = 1 to OUTW.0
if OUTW.www == DSN.NUMAPF then
/ It must be christmas!! */
PRIV.NUMAPF = "ALTER"
end
if verbose then
The text was updated successfully, but these errors were encountered:
there is an extra "do" on line 176 which isn't matched by an "end".
It should read
if PRIV.NUMAPF <> "ALTER" then
/* We might push in via dataset in WARN mode /
do www = 1 to OUTW.0
if OUTW.www == DSN.NUMAPF then
/ It must be christmas!! */
PRIV.NUMAPF = "ALTER"
end
if verbose then
The text was updated successfully, but these errors were encountered: