AS400 pdf files to web

davidabell

Member
I am trying to architect a solution(interface) to grab pdf files for certain jobs run through the scheduler off of our AS400 enterprise server so that they can be posted on the web. Does anyone have a solution to grabbing specific pdf files(generated in the printqueue with a name of Fxxxxx.mbr) and moving them to another location(server) ? The only solution I can think of is a program running on the AS400 that determines the Job ID based on some SQL(select statement on the job name, user, etc for the version of interest) to the Job Control Master table(F986110) and then based on that Job ID, transfer all of the Fjobid.mbr files... any advice on best practices would be appreciated...
 
Back
Top