FEED Keyword in the DJDE Line not honored
search cancel

FEED Keyword in the DJDE Line not honored

book

Article ID: 198180

calendar_today

Updated On:

Products

OM Spool

Issue/Introduction

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.

Environment

Release : 14.0

Component : CA Spool

Resolution

Consolidating all keywords in only one DJDE line solved this problem.

1  $DJDE FEED=MAIN,DUPLEX=YES,JDE=jde1,JDL=jdl1,END;