× 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: KLIST question
  • From: "Charlie Massoglia" <cmassoglia@xxxxxxxxxxx>
  • Date: Wed, 11 Apr 2001 00:31:20 -0400

I would use either OPNQRYF in the CL program or embedded SQL in the RPGIV
program, depending on shop standards.  Both methods will create a temporary
access path.  As you point out, another alternative would be to create a
logical file.  If you only use this logical once a day, you might specify
delayed access path maintenance when creating the logical file.  Remember,
if any users run queries selecting records by date, their queries could use
the access path from the logical file.

The only way I know to determine which is a better method is to run STRDBMON
to an outfile and see how many times an access path by date is created.  If
is truly is created only once a day, than I would probably use an OPNQRYF or
embedded SQL.  If the access path is created by users running queries
interactively in addition to the report, I would probably create a logical
file with immediate access path maintenance.

Hope this helps.

Charles L.Massoglia, President
Massoglia Technical Consulting, Inc.
cmassoglia@voyager.net
In MI 517-676-9700 or in NC 919-363-9395

----- Original Message -----
From: <Gary.Brown@appliedchemicals.com>
To: <RPG400-L@midrange.com>
Sent: Tuesday, 10 April, 2001 23:05
Subject: KLIST question


>
>
> I have a logical over my invoices file, the KLIST for it is
>
>  KEYINV    KLIST
>            KFLD           CUSNO
>            KFLD           CSITE
>            KFLD           INVDT
>
>
> My question is how can I retrieve all the invoices for a particular date
> regardless of customer or site
>
> I know I could simply create another logical, but it seems a little bit
wasteful
> to create a logical for just one report that will be run once a day.
>
> I also know that I could do a OPNQRYF in my CL first and limit the records
that
> way and then read all records in my RPG/400.
>
> Just wondering if there is a way to do it from within RPG/400.
>
> Thanks,
> Gary.
>
>
> +---
> | This is the RPG/400 Mailing List!
> | To submit a new message, send your mail to RPG400-L@midrange.com.
> | To subscribe to this list send email to RPG400-L-SUB@midrange.com.
> | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
david@midrange.com
> +---
>

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

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.