Is it possible to keep the "I/O Limit Exceeded" message box from popping up?
Yes. The limits are set up in a UDC table, Product Code 00, User Defined Code IO, by program ID. Simply increase the number listed in the Description field to increase the number of records read before the message is displayed. The largest valid value is 99999.
NOTE: Increasing the I/O limit will increase the amount of time necessary for the program to perform the search, but the program will not be interrupted until the search is complete.
0