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
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