× 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.



Hi Niels

Although this is very useful, I think the original poster is looking for contents of the columns, not just column names. Here is his original question -

Hey folks I’m trying to find everywhere in all my pf’s where a certain string is and the string is a name. Does anyone know the syntax that I have to use for that? ive looked at qsh find but cant get it to work.

I do see, on looking again at that, where it might suggest column names, but I think he meant names of people or things.

Have I missed something?

Regards
Vern

On 2/24/2021 4:15 AM, Niels Liisberg wrote:
What about using SQL and regular expressions together - it runs across all
libraries/files/fields aka. schemas/tables/columns

Here I use this feature to list all columns with digits

Select *
from qsys2.syscolumns
where regexp_like (column_name , '[0-9]' );



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.