2111: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 17:46, 28 June 2013

Summary:

Missing lines for a program in object code

Cause:

Lines for an object program are missing. For example, a program with a GOTO statement that references a line, which does not exist, will cause this error when the following command is issued:SAVE program OBJECT

Remedy:

Resolve line reference problems with lines added to an object (.WBO) program before attempting to SAVE or REPLACE a program.