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 |
Does anybody has lastest SAS certification dumps,if anybody has please mail me at akshara_SAS@ymail.com Thanks Akshara
How necessary is it to be creative in your work?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Which is the best training institute for SAS in hyderabad.
112 Answers Stansys Software Solutions,
explain the concepts and capabilities of business object? : Sas-bi
Describe the function and utility of the most difficult SAS macro that you have written?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
Under what circumstances would you code a SELECT construct instead of IF statements?
What are the data types does SAS contain?
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
What is the difference between one to one merge and match merge? Give an example.