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



Perfect. Thanks

Paul Nelson
Cell 708-670-6978
Office 409-267-4027
nelsonp@xxxxxxxxxxxxx


-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
CRPence
Sent: Tuesday, February 17, 2015 11:18 AM
To: midrange-l@xxxxxxxxxxxx
Subject: Re: Is there an easy way to identify all the save files on a
system?

On 17-Feb-2015 10:52 -0600, Paul Nelson wrote:
I know there's an IBM supplied file that contains the attributes of
all the files on a machine, but I can't recall the name of that
file.


There is no such file. Instead, generate one using the Display File
Description (DSPFD) asking for only those files with the attribute SAVF:

DSPFD *ALL/*ALL
TYPE(*ATR) FILEATR(*SAVF)
OUTPUT(*OUTFILE) OUTFILE(QTEMP/FDSAVF)

Note: The model output file for that invocation of the DSPFD command
is the database file QAFDSAV in QSYS with RcdFmt QWHFDSAV

p.s. The System Database Cross-Reference (DBXREF) tracks some
attributes of all database files and the non-database files of the
_device_ file type\attribute DDM [which is, and because it is, the
implementation object for the SQL ALIAS].


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.