|
Did you remember to add the trailing semi-colon?
/FREE
EXEC SQL
Set Option
DatFmt = *Iso,
Naming = *Sys,
Commit = *None,
UsrPrf = *User,
DynUsrPrf = *User,
CloSqlCsr = *EndMod;
-Eric DeLong
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Mike
Sent: Monday, July 20, 2009 1:59 PM
To: RPG programming on the IBM i / System i
Subject: Re: Dates Higher Than 2050?
So, why can't I use SET OPTION in free-format SQL? It errors out on me
every
time. It is the first SQL statement in the source.
--
Mike Wills
Midrange Programmer/Analyst
http://mikewills.info
http://www.linkedin.com/in/mikewills
On Mon, Jul 20, 2009 at 1:44 PM, Birgitta Hauser <Hauser@xxxxxxxxxxxxxxx
wrote:
Hi,statement
the SQL precompiler creates for each host variable used in an SQL
an additional variable.the
For date fields the precompiler does not consider the H-Specs but adopt
date format either specified in the compile command or in a SET OPTIONthem
statement.
The default date format is *JOB, which normally uses a 2 digit year.
The valid range for a 2 digit year date is between 01/01/1940 and
12/31/2039.
If you either specify date format *ISO, *USA, *EUR or *JIS in the compile
command or add a SET OPTION statement with
C/EXEC SQL Set Option DatFmt = *ISO
C/End-Exec
To your source code, the valid range for dates will be between 01/01/0001
and 31/12/9999.
When using a SET OPTION statement, keep in mind the SET OPTION Statement
must be physically the first SQL statement within your source.
And only a single SET OPTION statement is allowed.
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
and keeping them!"]
-----Ursprüngliche Nachricht-----
Von: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx
ImOriginally
Auftrag von Mike
Gesendet: Monday, 20. July 2009 20:15
An: RPG programming on the AS400 / iSeries
Betreff: Dates Higher Than 2050?
I have an SQLRPGLE program that I have inserted some test data.
Ithe
used the year 2999, then I tried 2100, then 2050. Both cause:
Data mapping error on member CCEVMASTP.
Value in date, time, or timestamp string not valid.
I then set it to 2029 and it works. I assume it is something to do with
2-digit year conversion. But both the field in the file and in theprogram
are defined as a date.list
In the h-specs I added datfmt(*iso). Any ideas?
--
Mike Wills
Midrange Programmer/Analyst
http://mikewills.info
http://www.linkedin.com/in/mikewills
--
This is the RPG programming on the IBM i / System i (RPG400-L) mailing
To post a message email: RPG400-L@xxxxxxxxxxxxlist
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
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.
--
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 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.