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



>> > Al Barsa, Jr. wrote:
>> >
>> > After a relatively cursory review, this is moving me to Query 
>> > Manager/400 
>> > which is a part of SQL.  Am I wrong?
>>
>> Buck Calabro wrote:
>> QMQRY is part of the OS/400 base.  I use it all over the 
>> place to execute
>> SQL statements, whether or not the SQL development Kit is 
>> installed.  
>
>David Shaw wrote:
>So I'm vindicated, eh?  Thanks, Buck, I feel a little better 
>- I'm always reluctant to contradict Al, because usually 
>even when I think he's wrong he isn't.  

He may not be _quite_ wrong on this one, either.  The marketing/product
naming folks at IBM have made it darned near impossible to keep the various
offerings straight.  If you want to use the STRQM command, you need
5769ST1-DB2 Query Mgr and SQL DevKit for AS/400.  This gives you STRQM,
STRSQL and embedded SQL development support.  The darned names are goofy.
Query Manager vs Query Management Query.  Hmpf.

Anybody on any AS/400 (including the CICS machines!) can use SEU to enter
SQL source into QQMQRYSRC, compile and run it.  Here's a working sample for
those following along:

strseu qqmqrysrc syscolqm
SELECT SYS_DNAME,SYS_TNAME,SYS_CNAME 
FROM SYSCOLUMNS                      
WHERE NAME LIKE &SEARCH         
ORDER BY 3,1,2                       

crtqmqry yourlib/syscolqm

strqmqry yourlib/syscolqm setvar((search '''SRCSEQ'''))

Buck Calabro
Aptis; Albany, NY
"We are what we repeatedly do.
 Excellence, then, is not an act, but a habit." --Aristotle


Billing Concepts Corp., a NASDAQ Listed Company, Symbol: BILL
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-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.