|
----- Message from Danny Hayes <Danny_Hayes@xxxxxxxxx> on Mon, 17<rpg400-l@xxxxxxxxxxxx>
Apr 2017 21:45:29 +0000 -----
To:
"RPG programming on the IBM i (AS/400 and iSeries)"
Subject:
RE: Joblogs for jobs in jobq: Not sure this is the right group, but
if not I am sure Mr Gibbs will point me to the right one.
Roger,
So you are suggesting I do this for 232,000 jobs? Or do you have
some way to get all 232,000 jobs to spool other than by manually
entering each individual job in the job queue?
Thanks,<rpg400-l@xxxxxxxxxxxx>
Danny
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of
Roger Harman
Sent: Monday, April 17, 2017 5:09 PM
To: RPG programming on the IBM i (AS/400 and iSeries)
Subject: Re: Joblogs for jobs in jobq: Not sure this is the righthold.
group, but if not I am sure Mr Gibbs will point me to the right one.
Not fully tested.....
I didn't see a DB2 service for job queue entries, but you can
display it to *print.
Copy the spool file to a PF
Use the PF as a CTE (picking out the job info) for this DB2 service:
TABLE(QSYS2.JOBLOG_INFO(<job name>')) where MESSA00008 like '%<your
parm here>%'
A little brute force but it should work.
Roger Harman
COMMON Certified Application Developer - ILE RPG on IBM i on Power
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxx> on behalf of Danny
Hayes <Danny_Hayes@xxxxxxxxx>
Sent: Monday, April 17, 2017 1:16 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Joblogs for jobs in jobq: Not sure this is the right group,
but if not I am sure Mr Gibbs will point me to the right one.
I have an issue I thought one of you might have a solution for:
I have a job queue with 233,587 entries in it, all from me, it is on
Each job has in its joblog the name of an order of some type.parameter.
I only want to run the job that has the one I care about, but it
would take me a couple of days to display each job and check its
joblog to see if it is the one.
I need some way to dump all of the joblogs into one bucket and then
search all for the one I want.
each joblog looks like this: CALL PGM(*LIBL/ASN0220CL) PARM
('ALB170401ALB053O0000' ' 0508000')
I want to find the one job that has ATL170408ATL050N0000 as the
Do you know of any method to accomplish this?
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.