× 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: How to find a source file which does not have the object
  • From: david.kahn@xxxxxxxxxx
  • Date: Thu, 3 Jun 1999 15:44:26 +0100



Baba Rahiman <baba.rahiman@kiosk.ch> wrote:

>Iam trying to findout all source members which exist in the system and name
>of the library is not known. The important point there is no object for
>that member.

Baba,

Here's a strategy that might work. You build 2 files. One is the output from
DSPOBJD *ALLUSR/*ALL *PGM, the other is a combined member list for all source
physical files in user libraries in the system. You make a table of all the
source types that compile to a program - RPG, RPGLE, CLP etc, etc. You then go
through the member list and delete all entries whose type is not in your table.
You can then read the DSPOBJD output and get the source library, file and member
of each program object. Delete the corresponding record in the member list file.
Those that remain will be the source members that are not compiled as programs.
At the same time you might also want to produce a list of those programs that do
not have corresponding source.

Following on from an earlier posting of James I'm finding it hard to see a real
world application for this. Correct me if I'm wrong but I get a nagging feeling
some of this looks like college project work.

Dave Kahn, ABB Steward Ltd.


+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| 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.