Tried printing using M2PS with the macro for blue banner pages and the entire report prints on blue banner pages.
Original DJDE lines:
1 $DJDE FEED=MAIN,DUPLEX=YES,END;
1 $DJDE JDE=jde1,JDL=jdl1,END;
The FEED and DUPLEX keywords don't have any effect.
Release : 14.0
Component : CA Spool
Consolidating all keywords in only one DJDE line solved this problem.
1 $DJDE FEED=MAIN,DUPLEX=YES,JDE=jde1,JDL=jdl1,END;