In this post, you’ll learn about the COBOL runtime Error Code 144 and the reason why you are receiving it
COBOL Error Code :
144
Reason for this Error in COBOL
Boundary violation (Recoverable) -You have tried to write a record to a variable length record file, the length of which is not within the defined range for that file. -Recode your program.
Leave a Reply