×
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.
You'll need to declare this select as a cursor, and select the results into
a variable using fetches. The select into logic is designed to return only
one value.
From: Booth Martin <booth@xxxxxxxxxxxx>
To: RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
Date: 01/18/2016 03:54 PM
Subject: embedded SQL: group by rollup()
Sent by: "RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxx>
LOC can be "L1" "L2" or "L3"
This compiles:
exec sql Select LOC,
SUM(COALESCE(Sum(ORD), 0)) into :wORD
from FILEA
where ITM = :wITM
group by rollup(LOC)
order by LOC
but now what? How do I get the rolled up totals for L1.wORD, L2.wORD,
and L3.ORD?
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list
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.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
As an Amazon Associate we earn from qualifying purchases.