0305

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Summary:

Library function not named on LIBRARY statement

Cause:

A SAVE or REPLACE was executed on a program that defines a library function (DEF LIBRARY FNname), and calls the library function, but the function is not listed on any LIBRARY statements in the program. A list of the functions that this condition applies to is displayed on the screen when this error is generated.

Remedy:

BR completed the SAVE or REPLACE operation as requested. However you will need to add the missing LIBRARY statement reference before running the program.