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


  • Subject: Re: v3r2: PF/LF/field usages
  • From: cmassoglia@xxxxxxxxxxx (Charlie Massoglia)
  • Date: Tue, 29 Jul 1997 21:01:32 -0400 (EDT)

Dan wrote:

>Is there any place in DB2/400 that would contain information about where
>(ie, what program) a PF or LF is used?

There is no system maintained file which does this.  Execute

    DSPPGMREF *ALL/*ALL OUTPUT(*OUTFILE) OUTFILE(LIBxxx/FILExxx)

to get this information into a physical file.  You can run QUERY or your own
programs against this file.

>Also, is there any place in DB2/400
>where there is maintained a list of where (ie, what program) fields are used?

There is no command which does this.  You could execute

     DSPFFD *ALL/*ALL OUTPUT(*OUTFILE) OUTFILE(LIBxxx/FILExxx)

to get a list of all fields from all files into a physical file.  Under
V3R1, the file QSYS/QADBIFLD contains a list of all fields from physical and
logical files only.
>
>We'd like to track this information but we're not sure if the system did
>this automatically for us now with DB2/400.
>
>Any information would be GREATLY appreciated.
>
>TIA.
>Dan
>
>* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
>* This is the Midrange System Mailing List!  To submit a new message,   *
>* send your mail to "MIDRANGE-L@midrange.com".  To unsubscribe from     *
>* this list send email to MAJORDOMO@midrange.com and specify            *
>* 'unsubscribe MIDRANGE-L' in the body of your message.  Questions      *
>* should be directed to the list owner / operator: david@midrange.com   *
>* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
>umidr
>
>


Charlie Massoglia, Massoglia Technical Consulting, Inc.
PO Box 1065, Okemos, MI 48854, USA
517-676-9700  Fax: 517-676-1006  EMAIL: cmassoglia@voyager.net


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* This is the Midrange System Mailing List!  To submit a new message,   *
* send your mail to "MIDRANGE-L@midrange.com".  To unsubscribe from     *
* this list send email to MAJORDOMO@midrange.com and specify            *
* 'unsubscribe MIDRANGE-L' in the body of your message.  Questions      *
* should be directed to the list owner / operator: david@midrange.com   *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.