I have a copy of the manual that lists the Assembler error codes, but the description is not a lot of help for me.
I'm getting this error message:
222 RECORD LIMIT EXCEEDED
The user attempted to print or punch more records than was given by combination of R, RD, and RX option values. Execution has been terminated, and at least a partial dump given.
My program is terminating after printing out about 15 lines of my printout (out of a total of 21) and the assembler lists my XPRNT line as the purported culprit of the error message. The 15 lines print just fine previous to this but then the program abends.
Are there typical causes for this error that I can look for in my program?
Any help would be appreciated!
Thank you!
Susan