Hi, I have been using QUSLOBJ for a long time. I list objects into a user space and then filter the ones I want by certain date criteria. For example I pass a create date or save date into the program and return the objects that meet the given criteria. Occasionally my list will exceed the size of the user space. My question is, if I use the QGYOLOBJ instead will I be able to avoid the size limitations of user spaces? Or will I run into other limitations with large lists. Also if anyone has an example of how to use QGYOLOBJ and retrieve the entries using RPG that would be appreciated. Thanks