Report Output Options
Each Exit Point Manager report allows you to specify an output type for the report. You can select from the following:
*PRINT (Insite web UI or green screen)
Creates a spooled file and sends the report to a print queue. You can view the report using the WRKSPLF command.
*OUTFILE (green screen only)
Directs the report output to an IBM i data file using the filename and library you specify when you submit the report.
*IFS (green screen only)
The report is output to a Comma Separated Value (.csv) file on the IBM i Integrated File System (IFS). The name of the directory is controlled by the Report Output Control file (PNSGRO in the product library). The default location for the IFS output is "ihome" followed by the name of the user running the report. You must specify the report name when you submit the report.
Exit Point Manager uses the following sequence when adding a file to the IFS:
- The IFS Output File Name (report name) is appended to the path defined in the PNSGRO file. If the directory does not exist, it is created by Exit Point Manager.
- The user profile is appended to the path name:
- Appends a date and time stamp (CCYY-MM-DD-HH.MM.SS.mmm) to the file name to make it unique. You cannot specify Replace, Append or Cancel.
Examples:
With PNSGRO set to the default value, the directory is:
/home/USERID/IFSOutputFileName_2010-06-14-12.42.09.987
Without PNSGRO, the directory is:
/USERID/IFSOutputFileName_2010-06-14-12.42.09.987
Exit Point Manager creates both a .csv and a .rpt file. The .rpt corresponds to a printed report's summary page.