Hi James
I believe that you may be missing the clause
With data
For example
create table QTEMP.TRACKNBR01 as
(SELECT b.DSCSTCNF as Tracking_nbr, b.DSEDATE as Delivered_date,
b.DSEtime as Delivered_time FROM prodfa.DHLSHPSTS1 b where
b.DSCSTCNF <> ' ' and b.DSSTATUS = 'D1')
with data;
Alan Shore
Solutions Architect
IT Supply Chain Execution
[cid:image001.png@01D74E46.7C6EC370]
60 Orville Drive
Bohemia, NY 11716
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
E-mail : ASHORE@xxxxxxxxxxxxxxxxxxxx
'If you're going through hell, keep going.'
Winston Churchill
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of James H. H. Lampert
Sent: Friday, May 21, 2021 1:31 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: [EXTERNAL] How do I create a new file from an SQL query on an existing file?
How do I create a new file from an SQL query on an existing PF, in a
STRSQL session?
I tried, as an experiment,
CREATE TABLE QTEMP/FOO AS (SELECT . . .
and I got
Token <END-OF-STATEMENT> was not valid. Valid tokens: DATA WITH
DEFINITION.
As another experiment, I tried
SELECT HAM, EGGS, SPAM INTO QTEMP/FOO FROM . . .
and I got
SQL statement not allowed.
What am I missing?
--
JHHL
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx<mailto:MIDRANGE-L@xxxxxxxxxxxxxxxxxx>
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l<
https://lists.midrange.com/mailman/listinfo/midrange-l>
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx<mailto:MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx>
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/midrange-l<
https://archive.midrange.com/midrange-l>.
Please contact support@xxxxxxxxxxxxxxxxxxxx<mailto:support@xxxxxxxxxxxxxxxxxxxx> for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com<
https://amazon.midrange.com>
As an Amazon Associate we earn from qualifying purchases.