Problem:
Release: 2.5 You can only print a report file from the Spool view by right clicking the file and selecting Print from the context menu. If you print any other way, the MVS-like page control characters will not be stripped out.
If you are outputing your report directly to the spool, ensure you have RECFM=FA or FBA on your JCL.
If you are outputing your report to a report file, you need to run IEBGENER (or similar) to get the print data on the spool - you cannot print directly from the print file (same as on the mainframe).
Resolution:
#EnterpriseDeveloper
#MFDS