What type of tables you are using in YOUR reporting..???
Answers were Sorted based on User's Feedback
Answer / chowdary vamsi
As for project requirements what Clint send to me i using that tables like mostly using custom tables we generate reports.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
What is maximum number of rows and cols can be handled in SAS?
what is broad cast agent? : Sas-bi
how do the in= variables improve the capability of a merge? : Sas programming
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
Explain substr function?
How are numeric and character missing values represented internally?
what can you learn from the sas log when debugging? : Sas programming
what is sas metadata repository? : Sas-bi
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?