|
This is a multi-part message in MIME format.
------=_NextPart_000_00C9_01C0EE0F.D41C04A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Mayby this helps http://groups.yahoo.com/group/appdevstudio, and which =
SAS version are you using? I think the 8.2 solves this kind of problem, =
but I don't have it so I can't test it!
Stanley A. Gorodenski <vvgsgor@DE.STATE.AZ.US> schreef in =
berichtnieuws 3B168776.EE508673@de.state.az.us...
I have the following program. When I view the html file with a =
browser it has all the information I want it to have and no more. =
However, if I print it (as someone may do if they were to see this on =
the internet), the top left of the page says 'SAS Output', the top right =
says 'Page 1 of 1', and the bottom left says 'file://F:\M1A6.HTM'. Does =
anyone know what I need to add to my sas statements to get rid of this =
extra information in the printed output?=20
Thanks for any help.=20
Stan=20
ODS HTML BODY=3D'F:\M1A6.HTM'=20
style=3D m6htmlstyle;=20
PROC REPORT data=3Dmdata6 nowd=20
style(header)=3D{background=3Dvery light blue =
font_weight=3Dmedium font_size=3D2}=20
style(column)=3D{background=3Dwhite};=20
COLUMN MONTH COL1-COL11;=20
DEFINE MONTH / DISPLAY format=3Dmon. left=20
style(header)=3D{background=3Dvery light blue}=20
style(column)=3D[font_face=3Dtimes =
font_size=3D2];=20
DEFINE COL1 / DISPLAY format=3D8.2;=20
.=20
etc=20
.=20
DEFINE COL11 / DISPLAY format=3D8.2;=20
TITLE1 '<FONT SIZE=3D4><b>UNEMPLOYMENT INSURANCE AVERAGE WEEKLY =
BENEFIT AMOUNT</b></FONT>';=20
TITLE2 '<FONT SIZE=3D3><b>Arizona Department of Economic =
Security</b></FONT>';=20
footnote1 '<p align=3D"right">Prepared by Research =
Administration</p>';=20
RUN;=20
ODS HTML CLOSE;=20
=20
=20
------=_NextPart_000_00C9_01C0EE0F.D41C04A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Mayby this helps <A=20
href=3D"http://groups.yahoo.com/group/appdevstudio">http://groups.yahoo.c=
om/group/appdevstudio</A>,=20
and which SAS version are you using? I think the 8.2 solves this =
kind of=20
problem, but I don't have it so I can't test it!</FONT></DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
<DIV>Stanley A. Gorodenski <<A=20
href=3D"mailto:vvgsgor@DE.STATE.AZ.US">vvgsgor@DE.STATE.AZ.US</A>> =
schreef in=20
berichtnieuws <A=20
=
href=3D"mailto:3B168776.EE508673@de.state.az.us">3B168776.EE508673@de.sta=
te.az.us</A>...</DIV>I=20
have the following program. When I view the html file with a =
browser it=20
has all the information I want it to have and no more. However, =
if I=20
print it (as someone may do if they were to see this on the internet), =
the top=20
left of the page says 'SAS Output', the top right says 'Page 1 of 1', =
and the=20
bottom left says '<A =
href=3D"file://F:\M1A6.HTM">file://F:\M1A6.HTM</A>'. =20
Does anyone know what I need to add to my sas statements to get rid of =
this=20
extra information in the printed output? <BR>Thanks for any help. =
<BR>Stan=20
<P><TT>ODS HTML BODY=3D'F:\M1A6.HTM'</TT> =
<BR><TT> =20
style=3D m6htmlstyle;</TT> <BR><TT>PROC REPORT data=3Dmdata6 nowd</TT> =
<BR><TT> style(header)=3D{background=3Dvery =
light blue=20
font_weight=3Dmedium font_size=3D2}</TT> =
<BR><TT> =20
style(column)=3D{background=3Dwhite};</TT> <BR><TT>COLUMN MONTH =
COL1-COL11;</TT>=20
<BR><TT>DEFINE MONTH / DISPLAY format=3Dmon. left</TT>=20
=
<BR><TT>  =
; =20
style(header)=3D{background=3Dvery light blue}</TT>=20
=
<BR><TT>  =
; =20
style(column)=3D[font_face=3Dtimes font_size=3D2];</TT> <BR><TT>DEFINE =
COL1 /=20
DISPLAY format=3D8.2;</TT>=20
<BR><TT> .</TT>=20
<BR><TT> etc</TT>=20
<BR><TT> .</TT> =
<BR><TT>DEFINE=20
COL11 / DISPLAY format=3D8.2;</TT> <BR><TT>TITLE1 '<FONT=20
SIZE=3D4><b>UNEMPLOYMENT INSURANCE AVERAGE WEEKLY=20
BENEFIT AMOUNT</b></FONT>';</TT> =
<BR><TT>TITLE2=20
'<FONT SIZE=3D3><b>Arizona Department of Economic=20
Security</b></FONT>';</TT> <BR><TT>footnote1 '<p=20
align=3D"right">Prepared by Research =
Administration</p>';</TT>=20
<BR><TT>RUN;</TT> <BR><TT>ODS HTML CLOSE;</TT> <BR> =20
<P> </P></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_00C9_01C0EE0F.D41C04A0--
|