From our DB2/REPO application :
Logged out and logged back in and now now receiving errors. No SQL errors can be seen. This is what we see: THERE WAS A DB2 ERROR IN THE SELECT CURSOR: 100001
Release : 9.1.8
Component : RLX/DB2 Extensions or RLXISPF
There are 2 options.
-OR-
RLX CONTROL LIMIT nnnn /* Increase MAX ROW LIMIT */
RLX DECLARE A120ABTB ISPFTABLE FOR SELECT....
RLX CONTROL LIMIT <previous value/default> /* Reset MAX ROW LIMIT */
Where nnnn is a value greater than the current value specified in the RLX$TSD load module.
(This is, a value > 1000 if the default value is still operational)