0054

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:

Out of data for Read

Cause:

A Read statement is trying to read more data than is provided in Data statements.

Remedy:

Add more data in the Data statements, use an EOF error condition to trap the error, or use a Restore statement to reset the Data statement pointer.