Printing for A4 Paper

PeopleTools supports printing A4, legal, and U.S. letter sized paper. Changing the PAPER_SIZE setting in SETENV.SQC changes the paper size for all reports that share the same file/report/batch server directory.

To print Legal paper, uncomment the following line in the SETENV.SQC file:

#define PAPER_SIZE LEGAL

To print A4 paper, uncomment the previous line and edit it to be:

#define PAPER_SIZE A4

To ensure that you are printing the desired paper size, you must comment out or delete any other #define PAPER_SIZE statements.