Works, thanks!
-----Original Message-----
From: Tommy.Holden@xxxxxxxxxxxxxxxxxxxxx [mailto:Tommy.Holden@xxxxxxxxxxxxxxxxxxxxx] 
Sent: Tuesday, January 07, 2014 11:56 AM
To: Midrange Systems Technical Discussion
Subject: Re: Global temporary tables not possible in IBM i DB2?
Try DECLARE GLOBAL TEMPORARY TABLE
Thanks,
Tommy Holden
From:   Matt Olson <Matt.Olson@xxxxxxxx>
To:     "midrange-l@xxxxxxxxxxxx" <midrange-l@xxxxxxxxxxxx>
Date:   01/07/2014 11:40 AM
Subject:        Global temporary tables not possible in IBM i DB2?
Sent by:        midrange-l-bounces@xxxxxxxxxxxx
http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=%2Fcom.ibm.db2z10.doc.intro%2Fsrc%2Ftpc%2Fdb2z_creationoftemporarytables.htm
Get syntax error when running the following statement:
CREATE GLOBAL TEMPOARY TABLE TEMPROD
  (SERIALNO     CHAR(8)     NOT NULL,
   DESCRIPTION  VARCHAR(60) NOT NULL,
   MFGCOSTAMT   DECIMAL(8,2)        ,
   MFGDEPTNO    CHAR(3)             ,
   MARKUPPCT    SMALLINT            ,
   SALESDEPTNO  CHAR(3)             ,
   CURDATE      DATE        NOT NULL);
[Matt-Olson2]
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: 
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at 
http://archive.midrange.com/midrange-l.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: 
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at 
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.