Answer Posted / chandrakanth
Proc plot can be used to produce crude graphs as output. Like X vs Y eg: Height vs age (so here height is on x axis and age is on y axis)
syntax
proc plot data=dataset name;
plot variable name on x axis*variable name on y axis;
run;
if you want more graphic options proc gplot is used
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what is sas database server? : Sas-di
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What is the good sas programming practices for processing large data sets?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Explain the main difference between the sas procedures and functions? : Sas-administrator
Enlist the functions performed by sas.
How to create an external dataset with sas code?
What are the data types that sas contain?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What will calendar procedure do?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Tell me more about the parameters in macro? : sas-macro