× 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: CL question
  • From: Richard Casey <caseyr@xxxxxxxxxxxxx>
  • Date: Tue, 7 Dec 1999 08:29:06 -0500

Stuart,

The record format can be obtained from the DSPFD command. Instead of a 
DSPOBJD over the library in question, try

        DSPFD FILE(library/*ALL) TYPE(*RCDFMT) OUTPUT(*OUTFILE) FILEATR(*PF) 
OUTFILE(somelib/somefile)

The resulting output file will have a record for each of the physical files 
in "library" and will include the record format (field name RFNAME); also 
the library/name of the file (RFLIB/RFNAME).

Hope this helps!
Richard

-----Original Message-----
From:   Allen, Stuart [SMTP:sallen@fellowes.com]

I have the need to scan all files in a set of libraries, and delete all the
records where the condition:    CONOxx='BX'   is met.
Looked easy at first, a couple of dspobjd's and an embedded sql statement.
Snag is the xx part - although this is usually part of the filename, there
are exceptions.  As far as i can tell, SQL won't let me use a wildcard in
the field name. The only place where this number is always held correctly 
is
the 4th and 5th digits of the file format.

Any suggestions as to how i can retrieve this information?  The only way i
can think of doing it is to DMPSYSOBJ for each object, but as i am only a
novice when it comes to programming i don't know how to program this.

TIA,
Stuart

Stuart Allen
European Systems Analyst
Fellowes


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