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



OPNQRYF is smart enough to understand that "2004-05-31" is a valid ISO date
but the date must be quoted.  If you're working with "numeric" dates, which
I assume you are, an unquoted numeric string (without editing, of course)
works.

-reeve

> -----Original Message-----
> From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-
> bounces@xxxxxxxxxxxx] On Behalf Of RPower@xxxxxxxxxx
> Sent: Monday, May 31, 2004 1:42 PM
> To: RPG programming on the AS400 / iSeries
> Subject: RE: Using ISO To Test Date.
> 
> Thanks for the input.  I'll be sure to use the Date data type in the DDS
> next time.  For now I'll use the 19000000 solution because I have to use
> those fields in an open qry statement that I'm building and I'm not
> scrapping it all down after figuring them out lol.  Building opnqry
> statements are such a pain.
> 
> Ron Power
> Programmer
> Information Services
> City Of St. John's, NL
> P.O. Box 908
> St. John's, NL
> A1C 5M2
> Tel: 709-576-8132
> Email: rpower@xxxxxxxxxx
> Website: http://www.stjohns.ca/
> _____________________________________________________________
> ______________
> Success is going from failure to failure without a loss of enthusiasm. -
> Sir Winston Churchill
> 
> 
> 
> 
> "Bob Cozzi" <cozzi@xxxxxxxxx>
> Sent by: rpg400-l-bounces@xxxxxxxxxxxx
> 05/31/2004 01:11 PM
> Please respond to
> RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>
> 
> 
> To
> "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx>
> cc
> 
> Subject
> RE: Using ISO To Test Date.
> 
> 
> 
> 
> 
> 
> You use the MAPVAL keyword to convert a non-date (such as a blank or
> zero
> entry) into some pre-defined value, such as 0001-01-01 and then test
> for
> that value in your code. Granted the implementation of dates sucks
> (because
> they don't allow a zero value) but if you work with it instead of fighting
> it, you can make it happen for you.
> -Bob
> 
> -----Original Message-----
> From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-
> bounces@xxxxxxxxxxxx]
> On Behalf Of RPower@xxxxxxxxxx
> Sent: Monday, May 31, 2004 10:16 AM
> To: RPG programming on the AS400 / iSeries
> Subject: RE: Using ISO To Test Date.
> 
> Can that allow a zero for the date in case I didn't want to use the date
> as a search criteria if it was not entered.  Default seems to be
> 0001-01-01.
> 
> Ron Power
> Programmer
> Information Services
> City Of St. John's, NL
> P.O. Box 908
> St. John's, NL
> A1C 5M2
> Tel: 709-576-8132
> Email: rpower@xxxxxxxxxx
> Website: http://www.stjohns.ca/
> _____________________________________________________________
> ______________
> Success is going from failure to failure without a loss of enthusiasm. -
> Sir Winston Churchill
> 
> 
> 
> 
> "Bob Cozzi" <cozzi@xxxxxxxxx>
> Sent by: rpg400-l-bounces@xxxxxxxxxxxx
> 05/31/2004 12:36 PM
> Please respond to
> RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>
> 
> 
> To
> "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx>
> cc
> 
> Subject
> RE: Using ISO To Test Date.
> 
> 
> 
> 
> 
> 
> Yes, change the display file to use the L data type and let the 5250
> display
> manager do the validation for you.
> -Bob Cozzi
> 
> -----Original Message-----
> From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-
> bounces@xxxxxxxxxxxx]
> On Behalf Of RPower@xxxxxxxxxx
> Sent: Monday, May 31, 2004 9:58 AM
> To: RPG programming on the AS400 / iSeries
> Subject: Using ISO To Test Date.
> 
> Using the following to test a date and I'm not getting what I want.
> 
> c     *Iso          Test(de)                Crcfdt
> c                   If        %Error
> c                   Eval      *In50 = *On
> c                   Eval      Msgdata = 'Invalid Date'
> c                   Exsr      Send_Error
> c                   Iter
> c                   EndIf
> 
> Crcfdt is defined as P(8,0) and is an input field on a display file.  If I
> 
> 
> put in 200405 and then say forget the remainder of the date, it ends up
> saying it's 0020/04/05 which is a valid date according to *ISO.  Any ideas
> 
> 
> on what I should do to avoid this?  Any edit code I could use in the
> display file to left justify and right fill with 0's?  Thanks,
> 
> Ron Power
> Programmer
> Information Services
> City Of St. John's, NL
> P.O. Box 908
> St. John's, NL
> A1C 5M2
> Tel: 709-576-8132
> Email: rpower@xxxxxxxxxx
> Website: http://www.stjohns.ca/
> _____________________________________________________________
> ______________
> Success is going from failure to failure without a loss of enthusiasm. -
> Sir Winston Churchill
> 
> 
> This OutBound email has been scanned for Viruses
> --
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
> list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
> 
> 
> 
> --
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
> list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
> 
> 
> 
> 
> This OutBound email has been scanned for Viruses
> --
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
> list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
> 
> 
> 
> --
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
> list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
> 
> 
> 
> 
> This OutBound email has been scanned for Viruses
> --
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
> list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.