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