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



My problem with OPNQRYF is that is will never use the new query engine. Other than that, it can be a great tool, just not able to take advantage of new stuff.

----- Original Message -----
Hi,

Maybe OVRDBF and then OPNQRYF will be useful :

OVRDBF FILE(FILEX) SHARE(*YES)
CHGVAR VAR(&SELECT) VALUE('Datefield_of_FILEX *LT ' *cat &DateToCheck)
CHGVAR VAR(&SELECT) VALUE('Datefield *EQ ' *cat &Currentdate)
OPNQRYF FILE((FILEX)) OPTION(*ALL) +
QRYSLT(&SELECT) KEYFLD(*FILE)
CALL YOURPROGRAM using FILEX

-> it will run with the selections you've made.

Dirk








"Klugman, Luke" <LKlugman@xxxxxxxxxxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
11/04/2013 13:13
Please respond to
"RPG programming on the IBM i \(AS/400 and iSeries\)"
<rpg400-l@xxxxxxxxxxxx>

To
<rpg400-l@xxxxxxxxxxxx>
cc

Subject
Logical file in RPG






Hi,

Can anyone recommend the best way to create/use a logical file that I
can use in the F specs of an RPG program that will allow me to key a
file with a selection on a date field.

Basically I have a field with a date filed but I only want to include
dates within the current year to date. I thought the best way to do this
would be to create a sql index as follows:

CREATE INDEX ATABLEI1 ON ATABLE (DATE_FIELD)
where Date_Field >= (CURRENT DATE - 1 YEARS)

but you cannot use the current date function with the create index
command.

I also thought of creating a view with a sub-select which contains an
order by statement, but this doesn't give me any key fields.

Any help would be greatly appreciated.

Kind regards
Luke



Tullett Prebon - Risk Magazine #1 Overall Interdealer Broker 2012 & FOW
Winner


-----------------------------------------------------------------------
The information contained in this email is confidential and may also
contain privileged information. Sender does not waive confidentiality or
legal privilege. If you are not the intended recipient please notify the
sender immediately; you should not retain this message or disclose its
content to anyone.
Internet communications are not secure or error free and the sender does
not accept any liability for the content of the email. Although emails are
routinely screened for viruses, the sender does not accept responsibility
for any damage caused. Replies to this email may be monitored.
For more information about the Tullett Prebon group of companies please
visit the following web site: www.tullettprebon.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.