proc means?
proc sort?
proc append?
proc freq?
proc print?
proc content?
Answer Posted / raju
Proc means is used to compute simple statistics from a data
set
Proc sort is used to sort SAS data sets
Proc freq is used to perform one, two, and n way analysis
of catagorical data.
Proc contents lists the structure of the specified SAS data
set. The information includes the names and types (numeric
or character) of the variables in the data set.
The PRINT procedure prints the observations in a SAS data
set, using all or some of the variables. You can create a
variety of reports ranging from a simple listing to a
highly customized report that groups the data and
calculates totals and subtotals for numeric variables.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between %put and symbolgen? : sas-macro
Describe crosslist option in tables statement?
What are all the problems you faced while validating tables and reports?
what is factor analysis? : Sas-administrator
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Differentiate between proc means and proc summary.
what has been your most common programming mistake? : Sas programming
Tell e how how dealt with..
What areas of SAS are you most interested in?
To what type of programms have you used scratch macros?
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 do you add a number to a macro variable? : sas-macro
What are the special input delimiters used in SAS?
what are validation tools that are used in sas? : 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?