2016-02-16 15:07 GMT-06:00 R.S. <[email protected]>: > I'm getting the following message: > CSV002I REQUESTS FOR MODULE GXLIMODV EXCEED MAXIMUM USE COUNT > > I did RTFM, but stlll I don't know: Should I worry about it or just ignore? >
​Personally, I would not worry much. What it means is that something, or somethings, has attempted to LOAD the module GXLIMODV more that 255 times without doing a DELETE. Personally, I take this as a "you have a bug" type error which is not fatal.​ Again, if it were me, I'd look at my source to see what is doing a LOAD and seeing if it is somehow being called over and over improperly. What I might do (depending) would be to change the program (if it is only one) to do a CSVQUERY to see if GXLIMODV is already loaded and branch over the LOAD if it is. Of course, if you have 300 programs which are doing a LOAD on that program, you might have a bigger problem you need to address. Or maybe it's this: http://www-01.ibm.com/support/docview.wss?uid=isg1PM60289 > > > -- > Radoslaw Skorupka > Lodz, Poland > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
