×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On 4/19/2024 9:42 AM, John Rusling via RPG400-L wrote:
Anyone got a link or example of getting just the basic info similar to wrkdevd using IBM I Services?
"Device Type Text" is what I consider basic info.
Thanks for any and all help.
John
I scoured the IBM i Services pages and I can't find anything that specifically
returns information about devices (device descriptions). However, based on what
you describe as "basic info," I think this will give you what you want:
select objname device, objattribute dev_attr, objtext dev_txt_desc
from table(object_statistics (object_schema => 'QSYS', objtypelist => 'DEVD')) o
If you're looking for only certain categories of devices, you could add a WHERE
clause selecting specific values of OBJATTRIBUTE
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.