Report saving into a member
Hi
I want to save a report output into a member in iSeries, is there any way to do it? When i check the REPORT syntax it is writing into a Output Queue not into a member.
Please let me know if u need more information.
Thanks for your help.
Regards,
Rama krishna
Login to post new content in forum or to comment on an existing forum post.
Need Help?Talk to UsIn the U.S. and Canada, call 1-800-328-1000 and ask for Sales. Elsewhere in the world, contact your local international office. |



Report output
Report output cannot be saved to a DB2/400 physical file. However, every report uses a view definition as a data source. So you can save the view results to a file with the EXECUTE command.