|
Hi David, > Does anyone know of a way to retrieve the libraries returned by *ALLUSR? > Alternatively, is there a way to determine a library is a system library > by looking at its description (via API or otherwise)? The easiest way that I can think of is to run this command: DSPOBJD OBJ(*ALLUSR) OBJTYPE(*LIB) OUTPUT(*OUTFILE) + OUTFILE(QTEMP/MYFILE) And then, of course, you can read MYFILE to get the list. Depending on your environment and requirements, you might also need to specify ASP information in the ASPDEV() parameter, but I've never done that since we have only one ASP :) I'm sure there's a way to do the same thing with APIs, but I haven't looked into it.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.