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 |
% let A=3+4 what is result
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
Give some examples where proc report’s defaults are different than proc print’s defaults?
What can be the size of largest dataset in SAS?
what is Enterprise Guide?what is the use of it?
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
what are methods to identify duplicate observations?
Explain append procedure?
What is _n_?
how could you generate test data with no input data? : Sas programming
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
Difference b/n proc means and proc summary procedures?