Page 119 - SAS_manual
P. 119

11.1SAS GRAPHS:

               SAS/GRAPH  software  is  a  component  of  the  SAS  System,  an  applications  system  for  data  access,
               management, analysis, and presentation.

               11.1 We can make graphs of 4 types

                       proc plot
                       proc chart
                       proc gplot
                       proc gchart

               11.2 PROC PLOT:

               SYNTAX

               ploc plot data=edsn;
               /*plot var1*var2;*/    I.e  var1 is y axis and var2 is x axis
               Quit;

               Program: 11.1








               Output:























               Program: 11.2








                                                    SAS HANDBOOK | VISIT:: http://nikhilanalytics.com  119
   114   115   116   117   118   119   120   121   122   123   124