345 pts.
 Find AS/400 libraries created
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

Answer Wiki:
This is a duplicate of http://itknowledgeexchange.techtarget.com/itanswers/find-libraries/
Last Wiki Answer Submitted:  March 23, 2011  7:08 pm  by  CharlieBrowne   32,825 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,825 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

You can always write them down somewhere when you create them.

 3,175 pts.

 

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.

 380 pts.

 

HMSSL2K, cuneiform.

Clay lasts longer than paper.

 5,670 pts.