|
Dan,if
Use query Manager (QMQRY). You can save you query in an QMQRY object,
wanted create a report model (QMQRY FORM) as well (only for printing).
to
Related commands are STRQM, which allow you to maintain QM queries.
STRQMQRY lets you run an existing QMQRY.
Output can be directed to screen, printer or PF. The PF does not have
exist, it will create it. Existing PFs can be created with DDS.
Good luck with it.
Regards,
Carel Teijgeler
*********** REPLY SEPARATOR ***********
On 29-7-2008 at 12:13 Dan wrote:
I do a lot of one-timer SQLs, some for testing before embedding in an
application, some for data interrogation to determine problems.file
doesn't support SELECT, otherwise I'd use that to submit to batch.
Some of the SELECT queries I do, run for hours. Of course, RUNSQLSTM
The one that I have running now is set up to send output to a data
(F13=Services, 1.Change session attributes, SELECT output: 3=File).fields
I suppose the way to do this is to create the output table with the
specified in the SELECT, then submit to batch a RUNSQLSTM with thesame
thatquery, but prefaced with a "INSERT INTO xxxxxxxxxx (" It seems to me
this would give the same results. Any disagreement there?then
But what a PITA! First, I have to manually create the output table,
I have to put the query in a source member for the RUNSQLSTM, and then
submitlist
the RUNSQLSTM. There's gotta be an easier way.
FWIW, here's the query that's now in its third hour:
select DISTINCT CVCVCD, CVCVLC, CVDEDC, count(*)
from cvgdetl, cusdetl_DE
where CVCUSN = cdCUSN
and CVRENN = cdRENN
and CVSEQN = cdSEQN
and cdstat = 'DE'
group by CVCVCD, CVCVLC, CVDEDC
Any ideas would be greatly appreciated!
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
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.
As an Amazon Associate we earn from qualifying purchases.
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.