Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Mathematics
General TopicsResearchOperations ResearchStatisticsMathematical LogicNumerical AnalysisUndergraduate MathAlgebra HelpRecreational Math
Math Software
MapleMathematicaMATLABScilabSASSPSS

Math Forum / Math Software / SAS / August 2003



Tip: Looking for answers? Try searching our database.

saving a sas-output as a figure --- again

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
lamack lamack - 29 Aug 2003 17:07 GMT
Dear all, Is it possible to save a sas output as a figure??? What's kind of
"figure"?

I would like to put the sas output like those in "SAS OnlineD® Version 8
with PDF Files", for
example those in
"http://rite.econ.missouri.edu:7017/saspdf/stat/pdfidx.htm".

Best regards
lamack

_________________________________________________________________
MSN Messenger: converse com os seus amigos online.
http://messenger.msn.com.br
Fehd, Ronald J. PHPPO - 29 Aug 2003 19:19 GMT
> From: lamack lamack [mailto:lamac_k@HOTMAIL.COM]
> Dear all, Is it possible to save a sas output as a figure???
[quoted text clipped - 3 lines]
> OnlineD(r) Version 8 with PDF Files", for example those in
> "http://rite.econ.missouri.edu:7017/saspdf/sta> t/pdfidx.htm".

for (SAS) programs statements in typewritter text:
in document preamble:

\documentclass[10pt]{article}
\usepackage{verbatim}%verbatiminput remove

\begin{document}

\begin{verbatim}
PROC Print data = SASHELP.VCOLUMNS;
run;
\end{verbatim}

\end{document}

LaTeX Doc

to convert your
Doc.dvi to PDF
you need to run
dvipdfm Doc.dvi
or
pdfLaTeX Doc.tex

for the chapter Table of Contents
see ..\doc\LaTeX\minitoc\minitoc.*
http://www.ctan.org/tex-archive/macros/latex/contrib/supported/minitoc/?acti
on=/tex-archive/macros/latex/contrib/supported/

Ron Fehd  the LaTeX maven  CDC Atlanta GA USA RJF2@cdc.gov
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.