When running a Gener/OL program that produces many prints or file reads, you may receive the following messages:
CE66 RWPLIMIT EXCEEDED, PF1 RESET or CE79 RWFLIMIT EXCEEDED, PF1 TO RESET.
You are interested to know how to suppress these messages or at least control them.
These messages may be suppressed. The default limit for successive prints or file reads is 1000.
You can increase this number to a high value so that the messages will never appear.
One way would be to set the limit number you require in your program by using the RWPLIMIT (print) or RWFLIMIT (file) fields.
For example:
MOVE 10000 TO RWPLIMIT.