× 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.


  • Subject: Re: Help with SQLRPGLE statement
  • From: tomh@xxxxxxxxx
  • Date: Tue, 24 Jul 2001 16:04:27 -0500


Thanks.  That works perfectly...



"John Taylor" <jtaylor@rpg2java.com>
Sent by: owner-rpg400-l@midrange.com

07/24/01 03:23 PM
Please respond to RPG400-L

       
        To:        <RPG400-L@midrange.com>
        cc:        
        Subject:        Re: Help with SQLRPGLE statement



Try this:

Select ID, Sum(BAL1), Sum(BAL2), Sum(Bal3)
   From Myfile
   Group by ID



John Taylor

----- Original Message -----
From: tomh@simas.com
To: rpg400-l@midrange.com
Sent: Tuesday, July 24, 2001 13:52
Subject: Help with SQLRPGLE statement

I'm working on an SQLRPGLE program.  I have a file with the following
structure (simplified):
ID (2 alpha)
BAL1 (11.2)
BAL2 (11.2)
BAL3 (11.2)

What I need to do is come up with an SQL statement that will group all of
the IDs, and show the sum of BAL1, BAL2, BAL3 fields for each ID:
bb,100.00,200.00,300.00
EX,100.00,200.00,300.00
WA,50.00,0,50.00

I've looked in the "DB2 UDB for AS/400 SQL Programming" online manual, but
the examples for "Group By" are GIFs which don't display.


Tom Hightower
Solutions, Inc
http://www.simas.com
------------
If Bill Gates had a dime for every time a Windows box crashed... oh, wait -
he does.

+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---



As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.