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 is the purpose of trailing @ and @@? How do you use them?
How substr function works in sas?
How can you limit the variables written to output dataset in data step?
Explain how you can debug and test your SAS program?
What would you change about your job?
What system options would you use to help debug a macro? : sas-macro
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What makes sas stand out to be the best over other data analytics tools?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What are the functions which are used for character handling functions?
How many data types are there in SAS?
Explain translate function?
What do you know about sas and what we do? : sas-grid-administration
how can you create zero observation dataset? : 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