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 (August 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 26 Aug 2007 20:41:23 -0700
Reply-To:   Steve_Bates <steve.bates003@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Steve_Bates <steve.bates003@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Use SAS to print out System Notes
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

Hi There,

I have a dataset that is all notes added for a client during their relationship with us and I'd like to use SAS to print them out a page per note in chronological order. I cant find a way of doing it the way I want to though! It needs to be in PDF format and an example of how I'd like it to look is:

--------------------------------------------------------------------------------------- Client Name: Joe Bloggs ID: 93372 Creation Date: 08/08/2007 11:46:22 Author: Jane Doe Type: Phone Contact Description: File Transferred

Note content in here. Note content in here. Note content in here. Note content in here. Note content in here. Note content in here. Note content in here. Note content in here. Note content in here.

Note content in here.Note content in here.Note content in here.Note content in here.Note content in here.Note content in here.Note content in here.Note content in here. ---------------------------------------------------------------------------------------

Ideally I'd like the headings (client name, id, creation date etc) lined up but I'd settle for not lined up. The note itself is a character field $4000.

Can someone please help? I can use data _null_ and put to create a text file but it really needs to be in PDF and I cant get anyting but Proc Report to work and that puts everything in columns when I want it in rows.

Many thanks in advance Steve


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