Does the file contain a date, time, or timestamp field? That could cause the problem.
And for the "is it plugged in" question, "is the file in the library list for the compile?" Sorry, someone has to ask, right?
-Kurt
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Gary Thompson
Sent: Thursday, February 06, 2014 8:59 AM
To: RPG programming on the IBM i (AS/400 and iSeries)
Subject: RE: Sql limitation on DS array
Birgitta,
DSPFFD:
Number of fields . . . . . . . . . . . . . : 184
Record length . . . . . . . . . . . . . . . : 586
Mostly CHAR, a bunch of PACKED and a ZONE or two.
With Dim(10) I guess the array is < 10k, likely < 6K?
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Birgitta Hauser
Sent: Wednesday, February 05, 2014 11:12 PM
To: 'RPG programming on the IBM i (AS/400 and iSeries)'
Subject: AW: Sql limitation on DS array
Does the Array data structure exceed 32K?
32K is the maximum length of a variable length a variable, data structure or array data structure used in composition with embedded SQL.
BTW 32K is the maximum length or a record/row in a physical file/table.
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 Gary Thompson
Gesendet: Wednesday, 05.2 2014 22:18
An: RPG programming on the IBM i (AS/400 and iSeries)
Betreff: Sql limitation on DS array
I commonly load a DS with Select or Fetch, but it seems a DS array created from Extname has a limit as the target of an SQL statement and the pre-compile complains with MsgId SQL0312 - why for ?
--
This is the RPG programming on the IBM i (AS/400 and 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 IBM i (AS/400 and 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 IBM i (AS/400 and 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.