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
State the difference between INFORMAT and FORMAT ?
How to create list output for cross-tabulations in proc freq?
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?
Which command is used to perform sorting in sas program?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
what other sas products have you used and consider yourself proficient in using? : Sas programming
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
how to change the execute of macro
How would you include common or reuse to be processed along with your statements?
How to create a permanent sas data set?
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?
what is the Population you used in your project, is it ITT or PP?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
how to generate the test data in sas without input data? : Sas-administrator
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?