Describe the types of SAS programming tasks that you
performed like Tables? Listings? Graphics? Ad hoc reports?
Other?
Answer Posted / sireesha
most the information in an Organization is coveyed by using
Tables, listings and graphs
Tables-- contain statistics about the data. ctreated by
suing Proc tabulate and Proc report.
Listings--- are presented in raw form simply listed for
review. Created by using Proc report, Proc Print and
Data_Null_
Graphics--- are also used in reporting ..tool used is
SAS/Graph.
Ad hoc reports--Proc sql is used to create these.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what is the use of sas management console? : Sas-di
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
what is transformation in sas data integration? : Sas-di
What are the 3 components in sas programming?
describe about physical data integration? : Sas-di
What is the length assigned to the target variable by the scan function?
What is the general format of function in sas? : sas-grid-administration
How do you use the do loop if you don’t know how many times you should execute the do loop?
how could you generate test data with no input data? : Sas programming
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What will calendar procedure do?
What do the SAS log messages "numeric values have been converted to character" mean?
Describe the function and untility of the most difficult SAS macro that you have written.