4145: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
Line 1: Line 1:
{{Error
{{Error
|4145
|4145
|[[Wait]] time out
|[[Wait]] time out.  Time out while waiting for input from user or ASYNC file I/O
|Wait time out. The amount of time available for operator input (specified by WAIT = parameter) has expired.
|Wait time out. The amount of time available for operator input (specified by WAIT = parameter) has expired.
|Type [[GO]] to re-execute the line requesting input. Your program should include logic that handles time-out errors. Any keystrokes (arrow-key, space bar) may be used to reset the time clock
|Type [[GO]] to re-execute the line requesting input. Your program should include logic that handles time-out errors. Any keystrokes (arrow-key, space bar) may be used to reset the time clock
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 18:52, 22 September 2014

Summary:

Wait time out. Time out while waiting for input from user or ASYNC file I/O

Cause:

Type GO to re-execute the line requesting input. Your program should include logic that handles time-out errors. Any keystrokes (arrow-key, space bar) may be used to reset the time clock

Remedy:

.