When running a CA Gener/OL program that produces many prints or file reads, I often receive the following messages: CE66 RWPLIMIT EXCEEDED, PF1 RESET or CE79 RWFLIMIT EXCEEDED, PF1 TO RESET. Can I suppress these messages?
search cancel

When running a CA Gener/OL program that produces many prints or file reads, I often receive the following messages: CE66 RWPLIMIT EXCEEDED, PF1 RESET or CE79 RWFLIMIT EXCEEDED, PF1 TO RESET. Can I suppress these messages?

book

Article ID: 11555

calendar_today

Updated On:

Products

Gener/OL

Issue/Introduction



When running a CA Gener/OL program that produces many prints or file reads, I often receive the following messages:

CE66 RWPLIMIT EXCEEDED, PF1 RESET or CE79 RWFLIMIT EXCEEDED, PF1 TO RESET.

How Can I suppress these messages or at least control them?

Environment

Release: GOLADA00100-7.1-Gener/OL-Interface to Adabas
Component:

Resolution

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.