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
Mention what is PROC in SAS?
how do you test for missing values? : Sas programming
What does the trace option do?
Mention what are the data types does SAS contain?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
Explain append procedure?
What is proc sort?
Difference between nodup and nodupkey options?
How would you identify a macro variable? : sas-macro
how would you create multiple observations from a single observation? : Sas programming
Give e an example of..
explain about various caches available in data integrator? : Sas-di
What is a put statement?