Date: Mon, 20 Dec 1999 11:21:14 -0500
Reply-To: Jack Shoemaker <JShoemaker@ACCORDANT.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jack Shoemaker <JShoemaker@ACCORDANT.NET>
Subject: Re: PROC REPORT
Content-Type: text/plain; charset="iso-8859-1"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear SAS-L,
From the truth-in-advertising department. First, I am running SAS
V7(P1) on WNT4(SP5), so the 300-charcater column is not a problem.
Second, I should have mentioned that I was rendering the report in
HTML using ODS. That's the problem. The documentation clearly
states that the FLOW option does NOT honor the split character. The
solution is to embed a '<br>' instead of a '/' in the column
contents. But ODS is too smart for me. It traps the <br> tag and
encodes it so it shows up as the literal '<br>' instead of an
embedded HTML tag. The output macros, %OUT2HTM(), for example, used
to have an ENCODE= parameter which would allow you to turn off this
encoding. I haven't found the analogous option in ODS. But, I'm
still looking.
Stay tuned. - Jack
- --
Jack N Shoemaker / JShoemaker@Accordant.net
- -----Original Message-----
From: Jack Shoemaker [mailto:JShoemaker@ACCORDANT.NET]
Sent: Monday, December 20, 1999 9:50 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: PROC REPORT
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear SAS-L,
I have a 300-character field which I would like to display in PROC
REPORT. The procedure dutifully wraps the text into the 40-charcater
column space that I specified, but I'd like to control how the
wrapping occurs. I though embedding a split character would work.
For example:
LongText = 'Dancer/Prancer/Vixen';
would result in
Reindeer
- - ---------
Dancer
Prancer
Vixen
Any thoughts? TIA - Jack
- - --
Jack N Shoemaker / JShoemaker@Accordant.net
- -----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.1 for non-commercial use
<http://www.pgp.com>
iQA/AwUBOF5CJEKxo3TMmwFxEQIihgCfXUi0YxYH7a5sp3aJ0rEGF6WItOMAnjN5
RMBeG6stusN4vSi4jRixuLNp
=B3Qa
- -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.1 for non-commercial use <http://www.pgp.com>
iQA/AwUBOF5XiEKxo3TMmwFxEQIp2gCghyY2Vgs3X7rxC1u+nomG2u1g6+gAoIcF
+I1Vd0fa5vcJTwsEC9kfBCCu
=acik
-----END PGP SIGNATURE-----