SmartShop|Maker Owner’s Manual
57
Error Code Potential Issue(s) Resolution(s)
Absent ‘END REPEAT’
keyword in REPEAT
statement
Programming error
Check MACRO program to
confirm whether REPEAT loop
has END_REPEAT.
Absent ‘DO’ keyword in
WHILE statement
Programming error
Check MACRO program to
confirm whether WHILE loop
uses DO correctly.
Absent ‘END_WHILE’
keyword in WHILE statement
Programming error
Check MACRO program to
confirm whether WHILE loop
has END_WHILE to end.
Absent ‘THEN’ keyword in IF
statement
Programming error
Check MACRO program to
confirm whether IF loop use
END correctly.
Absent ‘END_IF’ or ‘ELSE’
keyword in IF statement
Programming error
Check whether IF loop uses
ELSE or END_IF.
Absent ‘END_IF’ keyword in
IF statement
Programming error
Check whether IF loop uses
END_IF correctly.
Absent ‘OF’ keyword in CASE
statement
Programming error
Check whether CASE command
uses OF correctly.
Absent ‘END CASE’ or
‘ELSE’ keyword in CASE
statement
Programming error
Check whether CASE loop uses
ELSE or END_CASE correctly.
Absent ‘END_CASE’ keyword
in CASE statement
Programming error
Ensure that END_CASE
keyword is used before finishing
CASE command.