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



Question....

Most or our spool output is created in batch but sent to 5250 Printer
emulation sessions....

Does that somehow affect what I'm seeing?

Thanks!
Charles


On Wed, Apr 8, 2009 at 10:12 AM, Charles Wilt <charles.wilt@xxxxxxxxx> wrote:
All,

Running the following statement:
select cast(substr(DTETIM,1,6) as char(6) ccsid 37),
      cast(jscbkt as char(3) CCSID 37), sum(jsprtp)
from QMPGDATA/QAPMJSUM
group by cast(substr(DTETIM,1,6) as char(6) ccsid 37),
        cast(jscbkt as char(3) CCSID 37)
order by 1


00001   00002   00003
090330  AUT     0
090330  BCH     57074
090330  CA4     0
090330  CME     0
090330  DDM     7
090330  INF     823956
090330  INT     0
090330  MRT     0
090330  PAS     823394
090330  SPL     694


I find it impossible to believe that interactive jobs (INF, PAS)
printed 1,647,350 pages while batch jobs only printed 57,074.

Does anybody know what is going on?  What am I missing?

Thanks,
Charles


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.