Describe the types of SAS programming tasks that you
performed like Tables? Listings? Graphics? Ad hoc reports?
Other?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rao
Tables,why bcz Non-technocial peoples r understanding easly.
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / sankar
LISTINGS means it which all the variables are mentioned in
CRF for all the sujects.
TALES means it gives a numeric value like N,n,percent erc.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / rao
Tables,why bcz Non-technocial peoples r understanding easly.
| Is This Answer Correct ? | 0 Yes | 4 No |
what are sas/access and sas/connect? : Sas programming
What is the maximum and minimum length of macro variable
In sas, what are the areas that you are most interested in? : sas-grid-administration
What is a method to debug and test your SAS program?
how does sas handle missing values in assignment statements? : Sas programming
what is the difference between DUPKEY and NODUPKEY???
How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
What are the 3 components in sas programming?
Give some examples where proc report’s defaults are different than proc print’s defaults?
what is SAS/Graph?
How can you put a "trace" in your program?