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 is the maximum length of the macro variable? : sas-macro
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What does PROC print, and PROC contents do?
Explain what Proc glm does?
how can you sort the dataset having millions of OBS(instead of sort procedure?
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 common programming errors committed in sas
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
"What is the difference between proc sort nodup and proc sort nodupkey?"
Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT
Mention how to limit decimal places for the variable using proc means?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming