What techniques and/or PROCs do you use for tables?
Answers were Sorted based on User's Feedback
Answer / abhaya k srivastava
Proc contest
prov freq by tables
proc tabulate by var
proc summary
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / balanarasimhudu
proc freq, proc means, proc transpose and proc report
| Is This Answer Correct ? | 0 Yes | 0 No |
what are some differences between proc summary and proc means? : Sas programming
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
What would be the value of month at the end of data step execution and how many observations would be there?
What is the pound sign used for the DATA _NULL_?
Name statements that function at both compile and execution time.
How will you generate test data with no input data?
Can we create datasets by proc step ? (Proc contents, Means)?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
what are several options for creating reports in web report studio? : Sas-bi
What are the automatic variables for macro? : sas-macro
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.