| 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
|