How to reprint View report in duplex.
Ca View 14.0
Select any report, do the J command to print, then do the O command to list the other print attributes and set duplex to normal.
The values for DUPLEX are NO (one sided), NORMAL (two-sided on long edge), and TUMBLE (two-sided on short edge).
View will not retain any print attributes changed on the panels.
The only way to keep a printing attribute permanently would be to have it defined in the JCL that creates the report. This would be done via the JCL OUTPUT statement:
//OUTPUT1 OUTPUT DUPLEX=NORMAL (or DUPLEX=TUMBLE).
//REPORT01 DD SYSOUT=B,OUTPUT=*.OUTPUT1