thelearner
Programmer
01.00 F$POMST UF E K DISK
02.00
03.00 /free
05.00 C/Exec SQL
06.00 c+ Select *
07.00 c+ From $pomst
08.00 c+ Where podvcd = '21'
09.00 c/End-Exec
10.00 READ $POMST;
11.00 DOW NOT %EOF($POMST);
....
....
What's wrong with my CODE here? When I compile I got msg saying that line 6 position 11 missing clause INTO.
02.00
03.00 /free
05.00 C/Exec SQL
06.00 c+ Select *
07.00 c+ From $pomst
08.00 c+ Where podvcd = '21'
09.00 c/End-Exec
10.00 READ $POMST;
11.00 DOW NOT %EOF($POMST);
....
....
What's wrong with my CODE here? When I compile I got msg saying that line 6 position 11 missing clause INTO.