LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 1996, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 3 Oct 1996 21:22:34 +0200
Reply-To:   Merijn van Miltenburg <pecommg@PI.NET>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Merijn van Miltenburg <pecommg@PI.NET>
Organization:   Planet Internet
Subject:   Re: Print contents of catalog entry from SCL

Mark Bodt wrote:

A long story about Printing Reports...

Mark, I loved youre description of the DLGPRTSETUP command in between the lines. Are these options documented in any way???

I also have a suggestion for the problem of identifing the pagebreaks. I read the data with FILLIST into an scl-list and scan the first character. This represents '1' is a pagebreak occurs. When I print the entry I use a datastep in stead of the preview window. I put every line from the SCL entry and put a _PAGE_ if i find a '1' at the start of the line. Using this technique I have created a neat Print-range selection window (Printing form page ... to page ...) which is handy for big reports.

You can also read the attribute list wtih fillist. It represents the colloring information and also line-feed information in some way.

Good luck,

Merijn


Back to: Top of message | Previous page | Main SAS-L page