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 |
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
How to limit decimal places for the variable using proc means?
how we can create optional or required parameters in SAS macro...
What is the maximum and minimum length of macro variable
Give some examples where proc report’s defaults are different than proc print’s defaults?
% let A=3+4 what is result
Which date function advances a date, time or datetime value by a given interval?
What are the different servers in sas? : sas-grid-administration
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
What data sets do you need to produce the report?
What is Transaction...? And what are Comment, Roll back n Save point..?