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 (July 1996, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 9 Jul 1996 08:37:15 -0700
Reply-To:   Don Stanley <dstanle@IBM.NET>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Don Stanley <dstanle@IBM.NET>
Organization:   Perpetually in limbo
Subject:   Re: Hiding BY variable name in PROC PRINT?

Charles Pearson wrote: > > Instead of the usual "variable=value" printed when using BY variables in > PROC PRINT, I'd just like the value printed. I saw labeling variables > with the split character hides the variable name, but it doesn't seem to > work on the BY variables. Any help? Thanks!

You can't do it I'm afraid. Our local SAS office said it may be 6.11 enhancement but I see no doco on it so guess it didn't make it. I've been asking for this since v5!

I usually go through a convuluted process of writing the output to an external file using proc printto, then reread it in a datastep looking for the relevant lines, and replace them with some meaningful text. pretty yuk but it works and the datastep is simple and quick. Don

==========================+++++============================================ Don Stanley Don Stanley Consulting Services NEW ZEALAND DSTANLE@IBM.NET


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