Hello All:
I would like to know if anyone has had success reading iSeries Navigator Spool files (text reports) directly from Navigator. I know there are ways to download or ftp such reports, but I would like to avoid moving these reports, since they are frequently refreshed under the same file names. So creating a direct link using ODBC, OLEDB or shared directory would be the best approach.
Note that I running models against these reports using the data analytics tool Altair (formerly Datawatch) Monarch.
Any recommendations for accessing Navigator spool report files directly using Monarch would be very helpful. Code examples would be greatly appreciated.
Thanks,
Al Rice
I would like to know if anyone has had success reading iSeries Navigator Spool files (text reports) directly from Navigator. I know there are ways to download or ftp such reports, but I would like to avoid moving these reports, since they are frequently refreshed under the same file names. So creating a direct link using ODBC, OLEDB or shared directory would be the best approach.
Note that I running models against these reports using the data analytics tool Altair (formerly Datawatch) Monarch.
Any recommendations for accessing Navigator spool report files directly using Monarch would be very helpful. Code examples would be greatly appreciated.
Thanks,
Al Rice





Is it possible to use the SDNNETSPLF or COPYSPLF functions to send spool files to a shared folder in IFS? If so I can use the AS400 Macro facility to automate moving the daily reports using the SDNNETSPLF or COPYSPLF functions, that would solve my problem. I have Monarch command-line (AUTO-COM) and very competent writing VBA scripts to engage the AS400 data if I can just get access to it. My client has an old AS400 and have not invested in tools and talent to leverage the invaluable data generated on the AS400.
Comment