Thanks Paul.
Worked perfectly. However I did
take Chucks advice and code for bad files, tokens, etc,
I find it perplexing that I can't find any example of how
this should be set up. Not that I haven't looked but "values" is
so generic that trying to find an SQL/ILE example isn't easy.
Bill
From: <paultherrien@xxxxxxxxxxxxxxxxxx>
To: "'Midrange Systems Technical Discussion'"
<midrange-l@xxxxxxxxxxxx>
Date: 07/16/2016 09:26 AM
Subject: RE: Values into Issue
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>
strsql = 'Values (Select Count(*) ' +
'From ' + %trim(filein) +
' where myfield =
''myvalue'' ) into ?';
exec sql prepare DynSql from :strsql;
exec sql Execute DynSql using :Countc;
Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
broehmer@xxxxxxxxxxxxxxx
Sent: Friday, July 15, 2016 7:12 PM
To: Midrange Systems Technical Discussion
Subject: Values into Issue
Can someone point out where the "where" can/should go in the following
imbeded SQL statement:?
strsql = 'Values (Select Count(*) ' +
'From ' + %trim(filein) + ') into ?';
exec sql prepare DynSql from :strsql;
exec sql Execute DynSql using :Countc;
I want to limit the selection and need to select certain records. The
above
works fine assuming I want to count them all.
TIA
Bill
"CONFIDENTIALITY NOTICE: This e-mail transmission (and/or the attachments
accompanying it) contain confidential information belonging to the sender.
The information is intended only for the use of the intended recipient. If
you are not the intended recipient, you are hereby notified that any
disclosure, copying, distribution or the taking of any action in reliance
on
the contents of the information is strictly prohibited. Any unauthorized
interception of this transmission is illegal under the law. If you have
received this transmission in error, please promptly notify the sender by
reply e-mail, and then destroy all copies of the transmission."
--
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.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
As an Amazon Associate we earn from qualifying purchases.