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



How about this SQL?

select * from QSYS2.SYSPINDEX
where INDEX_TYPE = 'LOGICAL'




date: Wed, 13 Nov 2024 18:39:22 +0000
from: Dan Bale <dan.bale@xxxxxxxxxxxxxxxxxxxxx>
subject: DSPFD logical file "based on file" info to outfile

Command "DSPFD <LF file> TYPE(*ALL)" shows the based-on physical files. I
need to get this info on all LF files into an outfile. TYPE(*ALL) isn't
valid for an outfile. I haven't found any TYPE parameter that can be used
with an outfile and that provides based-on physical files info.

SYSFILES has the information in the BASED_ON_FILES column, but it's
provided as:

{"BASED_ON_FILES":[{"LIBRARY":"TESTLIB","FILE":"SAR7001P","MEMBER":"SAR7001P","LF_FORMAT":"RSAR7001"},{"LIBRARY":"TESTLIB","FILE":"CTYID","MEMBER":"CTYID","LF_FORMAT":"RSAR7001"}]}
I'd really rather not have to parse that out.

Any ideas?


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.