0054

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.