i know the name of a query, but not the name of the library it was stored in. company is large and libraries are many -- is there a simple way to find this query and which library it is in?
Software/Hardware used:
ASKED:
February 17, 2010 8:42 PM
UPDATED:
February 18, 2010 7:49 PM
thanks tom. your solution worked. unfortunately, my hidden query remains a mystery — it was not found. so, back to the drawing boards! maybe just recreate it.
thanks again!
jt
Maybe the name is not quite what you think try using part of the name and wild carding it
instead of wrkobj *allusr/queryname try wrkobj *allusr/queryn*
good luck –
Also, are you certain that you have authority to it? If you have authority and you know the name, then WRKOBJ will find it. (As will DSPOBJD.)
If the conditions are met and it’s not found, it either doesn’t exist or IBM should be contacted.
BigKat’s suggestion about wild-cards definitely should be considered. Of course, if a generic name finds a hit and the name doesn’t match what you believe it should be, you have to keep in mind that the hit might not be the right object.
Tom