0054: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
Line 1: Line 1:
{{Error
{{Error
|0054
|0054
|Out of data for [[Read]]
|Out of [[data]] for [[Read]]
|A Read [[statement]] is trying to read more data than is provided in [[Data]] statements.
|A Read [[statement]] is trying to read more data than is provided in Data statements.
|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.
|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.
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 16:33, 7 April 2021

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.