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



Bob,
        Our version of the OS (5.2) does allow me to.  I did just that using
the program source below.  Granted the example below is not the best because
I did not specify the date formats.  It should have had DATFMT(*ISO) to
explicitly indicate the format.  Especially when compared to the message I
passed along with it.   My command line call was TESTDATE8 '2005-07-15'. 

Thank you,
Matt Tyler
WinCo Foods, LLC
mattt@xxxxxxxxxxxxxx


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Bob Cozzi
Sent: Friday, July 15, 2005 3:55 PM
To: 'RPG programming on the AS400 / iSeries'
Subject: RE: Error "Domain Violation Occured"

You can't pass a date data-type from the command line via the CALL opcode.
You would need to write a command definition object and point it at your
program. Then the parms would go over just fine.

-Bob Cozzi
www.RPGxTools.com
If everything is under control, you are going too slow.
- Mario Andretti


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Tyler, Matt
Sent: Friday, July 15, 2005 4:38 PM
To: 'RPG programming on the AS400 / iSeries'
Subject: RE: Error "Domain Violation Occured"

Douglas,
        Call from the command line PGMA ('07/15/2005') (if the date is in
*USA format, the passed value and the pgm field must be the same format).
It gets translated just fine.  

D DATE            s               d              
C     *ENTRY        PLIST                        
C                   PARM                    DATE 
C     DATE          DSPLY                        
C                   EVAL      *INLR = *ON        
C                   RETURN                       

Thank you,
Matt Tyler
WinCo Foods, LLC
mattt@xxxxxxxxxxxxxx

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.