COBOL · File status code
What does File Status 34 mean in COBOL?
A sequential WRITE exceeded the external boundary (allocated space) of the file.
A sequential WRITE exceeded the external boundary (allocated space) of the file.
Increase the file's space allocation, or check for a runaway write loop writing more records than intended.