| Date: | Mon, 20 Dec 1999 16:55:40 -0500 |
| Reply-To: | Jack Shoemaker <JShoemaker@ACCORDANT.NET> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Jack Shoemaker <JShoemaker@ACCORDANT.NET> |
| Subject: | ODS HTML (WAS: PROC REPORT) |
| Content-Type: | text/plain; charset="iso-8859-1" |
|---|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear SAS-L,
The answer is to override the default ODS behavior on the DEFINE
statement. For example,
define yourcolumn / style(COLUMN)={ProtectSpecialChars=FALSE};
So, if YOURCOLUMN is defined in a data step as follows:
youcolumn = 'Dancer' || '<br>' || 'Prancer' || '<br>' || 'Blitzen';
Then the column will render like:
YOURCOLUMN
---------------
Dancer
Prancer
Blitzen
Thanks to all for your help. - Jack
- --
Jack N Shoemaker / JShoemaker@Accordant.net
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.1 for non-commercial use <http://www.pgp.com>
iQA/AwUBOF6l60Kxo3TMmwFxEQKN+gCgzTBbH/OJiNKv16AEVZAf9MpLNoIAnjnN
0pQOybzZzuqIIkwy6zptZ6Rt
=mxPu
-----END PGP SIGNATURE-----
|