|
I see that documented everywhere but haven't found an explanation as to
why. It's not like I'm trying create a table with a host variable in the
table. I'm just trying to select records. But doesn't matter anyway. It
can be dropped. I've changed it to create the table first and then do a
insert into.
--
Michael Schutte
Admin Professional
Try Bob Evans GRILLING SAUSAGE! This summerâs hottest destination is your
own backyard with Bob Evans Brats and Italian Sausage! For tasty recipes
using Bob Evans grilling sausage, visit http://www.BobEvans.com/Recipes
rpg400-l-bounces@xxxxxxxxxxxx wrote on 05/11/2009 11:10:43 AM:
Michael, I think the answer is simply that host variables are notare
allowed on a CREATE statement.
Regards
Paul Tuohy
ComCon
www.comconadvisor.com
www.systemideveloper.com
Michael_Schutte@xxxxxxxxxxxx wrote:
Is this suppose to answer my question? Because I'm not following you. I
understand that host variables are used in prepared statements but why
yourthey not permitted in this prepared statement?
Exec SQL
Create table qtemp/tmptable as (
select * from myfile
where company = :hostcpy) with data;
I'm wanting this run multiple times in the program, so reuse and
performance is needed.
What I don't get is that this is okay.
Exec SQL
Create table qtemp/tmptable as (
select * from myfile
where company = '001') with data;
--
Michael Schutte
Admin Professional
Try Bob Evans GRILLING SAUSAGE! This summer's hottest destination is
recipesown backyard with Bob Evans Brats and Italian Sausage! For tasty
isusing Bob Evans grilling sausage, visit http://www.BobEvans.com/Recipes
rpg400-l-bounces@xxxxxxxxxxxx wrote on 05/07/2009 06:47:29 PM:
Host variables are used in 'Prepared' statements. The reason for that
areas
the name suggests, they are prepared. ie they are created before they
preparedrun, and when run, the host variables are passed to the already
canstatement as input values.
This is basically for performance reasons, as the prepared statement
list--then be reused multiple times efficientlyparameter
2009/5/7 <Michael_Schutte@xxxxxxxxxxxx>
Okay, I've found where is says that it's not allowed.
The select-statement must not refer to variables or include
compilermarkers.
But why, I dont see the explaination why? I'm not seeing why the
would care if I use a hard coded value or a host variable to select
records.
--
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.
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.