I can understand that PRINTTO is playing some trick.The page number(749 + 7 = 756. So next line should be 757 which is coming in SASLOG) is correctly calculated When the report is getting written into SASLOG by using PROC PRINT but when I am trying to route the same report to an external flat file by using PRINTTO , then the page number(It should be 757 but its coming as 771) is not coming correctly. Please suggest why these extra lines(771 - 756=15) are coming in external file and how to suppress these lines and write correct page number(757).
... View more