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



Hmm, not too sure about that. I think I saw this a few weeks ago when a program was using a 6 digit datefmt in a field used for fetch into, where the SQL date format was ISO. The issue related to *ISO dates not mapping to *YMD date (date windowing exception)...

Specifying both date format overrides corrected the issue, IIRC.

-Eric DeLong

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Birgitta Hauser
Sent: Thursday, May 12, 2011 12:54 PM
To: 'RPG programming on the IBM i / System i'
Subject: AW: SQL5011 - Why am I getting this?

Overriding the compiler to default to *ISO formatted dates corresponds to:
H DatFmt(*ISO)

The SQL precompiler does not care about any date format specified within
either D- or H-Specs.
The SQL precompiler only consideres the date format specified either in the
compile command or within an SET OPTION statement.

Mit freundlichen Grüßen / Best regards

Birgitta Hauser

"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"


-----Ursprüngliche Nachricht-----
Von: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] Im
Auftrag von DeLong, Eric
Gesendet: Thursday, 12. May 2011 18:51
An: RPG programming on the IBM i / System i
Betreff: RE: SQL5011 - Why am I getting this?

Dawn,

Overriding the compiler to default to *ISO formatted dates corresponds to:

H DatFmt(*ISO)

In this case, you need to ensure that both defaults (RPG default Date
format, and SQL default Date format) are identical. Add the H spec and try
your compile again.

Hth,
-Eric DeLong

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Siegrist, Dawn (Penske)
Sent: Thursday, May 12, 2011 11:20 AM
To: RPG programming on the IBM i / System i
Cc: Falatko, Jerry (Penske)
Subject: RE: SQL5011 - Why am I getting this?

I tried adding the set option at the beginning of my program.
Exec SQL
SET OPTION DATFMT = *ISO;

But when I tried to compile, it still failed.

The only thing that will work is if I prompt the compile command and
change the date format parameter to *ISO. I prefer to do that inside of
the program when I can because I might forget it the next time I have to
compile the program, but apparently that is the only way the SQL
precompiler will recognize it.

Dawn Siegrist


--
This is the RPG programming on the IBM i / System i (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 IBM i / System i (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 ...

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.