4270: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
Line 2: Line 2:
|4270
|4270
|'''End of File''' or '''EOF''' is an [[Operating System Error]] 70
|'''End of File''' or '''EOF''' is an [[Operating System Error]] 70
|End of file for INPUT or READ statement found.
|End of file for Input or Read statement found.
|No more data exists for the [[INPUT]] or [[READ]] statement. Adding an EOF error clause to the statement prevents the error message.If the above description clearly does not apply to your situation, there is a possibility that you are receiving operating system error 70 Temporarily paused.  
|No more data exists for the [[Input]] or [[Read]] statement. Adding an EOF error clause to the statement prevents the error message.If the above description clearly does not apply to your situation, there is a possibility that you are receiving operating system error 70 Temporarily paused.  


See also [[Operating System Error]], and [[File]].
See also [[Operating System Error]], and [[File]].
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Revision as of 20:00, 25 February 2014

Summary:

End of File or EOF is an Operating System Error 70

Cause:

End of file for Input or Read statement found.

Remedy:

No more data exists for the Input or Read statement. Adding an EOF error clause to the statement prevents the error message.If the above description clearly does not apply to your situation, there is a possibility that you are receiving operating system error 70 Temporarily paused.

See also Operating System Error, and File.