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



Vern,
From SQL, you can use the QCMDEXC stored procedure to run a command ... in this case, QShell 'grep ...'  and ">" to pipe the output of grep into a temporary file in the IFS.
Then, use the SQL IFS functions to scan the results of the grep ... that should be much easier than processing the "raw data" directly in SQL, IMHO.
Unix is all about handy little tools that can be piped together to do stuff ...
Cheers,
Mark S. Waterbury
On Friday, August 12, 2022 at 06:54:46 PM EDT, Vern Hamberg via MIDRANGE-L <midrange-l@xxxxxxxxxxxxxxxxxx> wrote:


I know how to use grep and all, this is not another chapter in that unpublished rag, for my purposes an sql solution serves me more directly, I wanted to avoid a command line solution. 
 
Cheers
Vern 
  

-----Original Message-----

From: Jack <midrange-l@xxxxxxxxxxxxxxxxxx>
To: Midrange <midrange-l@xxxxxxxxxxxxxxxxxx>
Cc: Jack <jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Friday, 12 August 2022 4:10 PM CDT
Subject: Re: Find string in multiple it's files using sql services

On Fri, Aug 12, 2022 at 10:38 AM Roger Harman <roger.harman@xxxxxxxxxxx>
wrote:

As opposed to using "grep"?


The only sensible way to do it, and if you are on IBM i and not planning to
off-platform, it's half-past time to learn grep sed tr etc. and your basic
pipeline tools.

*Another chapter in the continuing saga of "Open Source Is Not An Option,
It's A Necessity".*


-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of
Vern Hamberg via MIDRANGE-L
Sent: Friday, August 12, 2022 8:15 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Cc: Vern Hamberg <vhamberg@xxxxxxxxxxxxxxx>
Subject: Find string in multiple it's files using sql services


I have XML files in a folder, I want to see which ones have a certain
value in them, such as an account code. I tried ifs_object_statistics with
start_path_name ==> set, joined to ifs_read, the path_name from
ifs_object_statistics in path_name ==>.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.