Page 1 of 1

Accessing iSeries submitted jobs in WAM

Posted: Wed Nov 13, 2019 11:36 am
by ajr
I need to display a list of submitted jobs from the iSeries to a WAM component. Anyone know how to access and retrieve the list using RDML/RDMLX commands?

Re: Accessing iSeries submitted jobs in WAM

Posted: Wed Nov 13, 2019 6:49 pm
by pkoopmanpk
You could use a SQL to DB2 for i Service: QSYS2.JOB_INFO UDTF.
https://www.ibm.com/developerworks/comm ... NFO%20UDTF

Re: Accessing iSeries submitted jobs in WAM

Posted: Thu Nov 14, 2019 11:21 am
by ajr
Looks promising. Thanks!