My problem is that I would like to process a file member from the iSeries to generate an Access report for the specific user that requests it.
Each user will create a new file member on the iSeries, because more than one person could possibly run the Access report at the same time, and having a linked file would not work.
Is there any way to do this?
I do not think link file would work and I have tried the transfertext but could not see how I can specify a member.
If I have to code it to work that would be fine. If that is the case, a code example would be helpful.