Redirection can be included as follows:
Standard input and standard output default to the workstation command prompt window.
Output from standard reports is placed in the ROC database, while output from direct reports is directed to standard output (and may require redirection).
Standard output can be redirected to user specified files using a pipe command. For example, the following command enables you to run a report from a .bat file or script, and saves output to Report_log:
runrep <report> > <your_directory>\Report_log
Enterprise Output Manager Reports are automatically routed if the Enterprise Output Manager print queues are set up correctly. Refer to the Agile Business Suite Developer Online Help for more information about Print Enterprise Output Manager Reports. Refer to the Enterprise Output Manager Configuration and Operations Guide for more information on how to set up Enterprise Output Manager print queues.