thanks
i have an authority to create libraries,my problem is i forget how many libraries create in my user id ,my requirement is find out.how many libraries are there and what are those in my user id
Software/Hardware used:
software
ASKED:
March 23, 2011 5:07 PM
UPDATED:
March 25, 2011 2:24 PM
You can always write them down somewhere when you create them.
Run the DSPOBJD command, select the object types of *lib. Dump to an *OUTFILE. Then write a query to select the based on object owner.
DSPOBJD OBJ(*ALL/*ALL) OBJTYPE(*LIB) OUTPUT(*OUTFILE) OUTFILE(MYLIB/DSPOBJDLIB)
Use field ODOBOW for object owner.
HMSSL2K, cuneiform.
Clay lasts longer than paper.