×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
What values are being passed into cctypein when it's a single value and multiple values?
When you use the "in" code it has to be
Select * from revsprp2
Where CCTYPE in
('ABC', 'DEF', 'GHI')
Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of iseriesstuff
Sent: Saturday, November 7, 2020 9:50 AM
To: Midrange <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: [EXTERNAL] select into in logic
i have the following code. when i pass a single value for the "in"
clause it works, when i try multi it doesnt.
exec sql SELECT sum( AMOUNT ) into :rtnvar FROM revsprp2 WHERE CCTYPE in :cctypein and STS = ' ';
any ideas?
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.