|
|
Graphs in SAS
All;
How do i get graphs in separate pages using proc gplot in a single
file using ODS statements
Thanks
|
|
0
|
|
|
|
Reply
|
sri10022 (7)
|
3/24/2011 1:48:15 AM |
|
On Mar 23, 6:48=A0pm, sri 10022 <sri10...@gmail.com> wrote:
> All;
>
> How do i get =A0 graphs in separate pages =A0using proc gplot in =A0a sin=
gle
> file using ODS statements
>
> Thanks
ods xxx....
proc gplot data=3Dxxx;
By byvar;
plot y*x;
run;
ods xxx close;
|
|
0
|
|
|
|
Reply
|
Ya
|
3/24/2011 2:46:21 AM
|
|
On Mar 23, 9:46=A0pm, Ya <huang8...@gmail.com> wrote:
> On Mar 23, 6:48=A0pm, sri 10022 <sri10...@gmail.com> wrote:
>
> > All;
>
> > How do i get =A0 graphs in separate pages =A0using proc gplot in =A0a s=
ingle
> > file using ODS statements
>
> > Thanks
>
> ods xxx....
>
> proc gplot data=3Dxxx;
> By byvar;
> plot y*x;
> run;
>
> ods xxx close;
i am really sorry .. i dint get the solution .. what i am trying to do
is run 3 proc gplots and i need the output from these gplots in 3
separate page but in a single rtf file
Thanks
|
|
0
|
|
|
|
Reply
|
sri
|
3/24/2011 4:48:52 AM
|
|
On Mar 23, 9:48=A0pm, sri 10022 <sri10...@gmail.com> wrote:
> On Mar 23, 9:46=A0pm, Ya <huang8...@gmail.com> wrote:
>
>
>
>
>
> > On Mar 23, 6:48=A0pm, sri 10022 <sri10...@gmail.com> wrote:
>
> > > All;
>
> > > How do i get =A0 graphs in separate pages =A0using proc gplot in =A0a=
single
> > > file using ODS statements
>
> > > Thanks
>
> > ods xxx....
>
> > proc gplot data=3Dxxx;
> > By byvar;
> > plot y*x;
> > run;
>
> > ods xxx close;
>
> i am really sorry .. i dint get the solution .. what i am trying to do
> is run 3 proc gplots =A0and i need the output from these gplots in 3
> separate page but in a single rtf file
>
> Thanks
What have you tried?
I assumed that was the default output when you ran multiple procedures
inside one ods rtf statement.
Otherwise try the startpage option, not sure the setting is yes.
ods rtf file=3D'c:\temp' startpage=3Dyes;
proc gplot
proc gplot
proc gplot
ods rtf close;
|
|
0
|
|
|
|
Reply
|
Reeza
|
3/24/2011 5:58:33 AM
|
|
On Mar 24, 12:58=A0am, Reeza <fkhurs...@hotmail.com> wrote:
> On Mar 23, 9:48=A0pm, sri 10022 <sri10...@gmail.com> wrote:
>
>
>
>
>
> > On Mar 23, 9:46=A0pm, Ya <huang8...@gmail.com> wrote:
>
> > > On Mar 23, 6:48=A0pm, sri 10022 <sri10...@gmail.com> wrote:
>
> > > > All;
>
> > > > How do i get =A0 graphs in separate pages =A0using proc gplot in =
=A0a single
> > > > file using ODS statements
>
> > > > Thanks
>
> > > ods xxx....
>
> > > proc gplot data=3Dxxx;
> > > By byvar;
> > > plot y*x;
> > > run;
>
> > > ods xxx close;
>
> > i am really sorry .. i dint get the solution .. what i am trying to do
> > is run 3 proc gplots =A0and i need the output from these gplots in 3
> > separate page but in a single rtf file
>
> > Thanks
>
> What have you tried?
>
> I assumed that was the default output when you ran multiple procedures
> inside one ods rtf statement.
>
> Otherwise try the startpage option, not sure the setting is yes.
>
> ods rtf file=3D'c:\temp' startpage=3Dyes;
>
> proc gplot
>
> proc gplot
>
> proc gplot
>
> ods rtf close;- Hide quoted text -
>
> - Show quoted text -
I played around these and it worked thanks
|
|
0
|
|
|
|
Reply
|
sri
|
3/25/2011 4:22:02 PM
|
|
|
4 Replies
275 Views
(page loaded in 0.101 seconds)
Similiar Articles: Warning messages in SAS graph log - comp.soft-sys.sasAll; I get these warning messages when i run proc gplot in SAS/graph WARNING: FOOTNOTE6 is too long. Height has been reduced to 87.38 pct of s... SAS/Graph Sizing Problem - comp.soft-sys.sasgoptions Axis font size and type - comp.soft-sys.sas SAS/Graph Sizing Problem - comp.soft-sys.sas goptions Axis font size and type - comp.soft-sys.sas SAS/Graph ... Barchart with Graph Template Language - comp.soft-sys.sas ...Hi there, I was trying to create a barchart (type) by group (origin) using GTL using the following code. I would like the groups to be side-by-side... ODS Html Style Graph with SGPLOT in Excel Sheet - comp.soft-sys ...Hello Group, How to get a graph in excel sheet using the below mention macro %OdGraph. I'm able to get it in the excel using ... goptions Axis font size and type - comp.soft-sys.sasHello: I am generating a graph in SAS. And we have requiremts for specific font type and size of the labels of the axes and tick marks. How can ... Pivot table in SAS - comp.soft-sys.sasHi, I have SAS 9.1 version and do not have SAS Information Map Studio. I have BASE/SAS ,SAS/GRAPHS,SAS/ACCESS to ODBC pls help me.. i am not able to understand the ... proc gplot & ods pdf - comp.soft-sys.sasHi, I want to print a pdf document with graphs. I do the gplot procedure for some animals (100) and I will have 100 graphs (one for each animal). I... proc logistic plot roc curve - comp.soft-sys.sasSAS/GRAPH® to create the ROC curve. As seen in Figure 2 above, the plots=ROC option on the PROC LOGISTIC LINE creates a high quality display with very little extra effort. Exporting Matlab Data to Excel and Graphing in Excel - comp.soft ...Excel COM server - comp.soft-sys.matlab Exporting Matlab Data to Excel and Graphing in Excel - comp.soft ... Export SAS data to Excel in UNIX - comp.soft-sys ... excel COM ... Proc Glm ANCOVA Plot - comp.soft-sys.sasHow do I create Statistical Graphs in SAS 9.1.3 without Proc Gplot? Plot from proc glm for ANCOVA and ANOVA; Proc glm creates a couple of different types of plots for ... SAS Learning Module: Graph in SAS - UCLA Academic Technology ServicesSAS Learning Module Graphing data in SAS 1. Introduction and description of data. This module demonstrates how to obtain basic high resolution graphics using SAS. The Basics of Creating Graphs with SAS/GRAPH Software Jeff Cartier ...Paper 63-27 The Basics of Creating Graphs with SAS/GRAPH® Software Jeff Cartier, SAS Institute Inc., Cary, NC ABSTRACT SAS/GRAPH software is a very powerful tool for ... 7/24/2012 7:57:03 AM
|
|
|
|
|
|
|
|
|