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



Oscar,

Capturing jobs from the individual job logs is NOT the way to go.

When a job starts, and when a job ends, you will see messages like
DSPLOG
CPF1124 - Job 170987/QPM400/Q1PPMCHK started on 10/30/07 at 10:00:12...
CPF1164 - Job 170987/QPM400/Q1PPMCHK ended on 10/30/07 at 10:00:13; ...

Now that you know these two message id's you can do a
DSPLOG PERIOD((...specify date and time for "from" and "to"...))
OUTPUT(*PRINT) MSGID(CPF1124 CPF1164)
Alas, there is no *OUTFILE option on this. Only screen or print.
So, you can use iNav to copy that spool file to a .txt file on your PC and
analyze that to your hearts content.

See also
WRKF QHST*

Not really finding an API that would fit the bill here at
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/apiref/api.htm

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.