What is SAS? is it a software just for use or we can creat
something over there?
Answer Posted / satish
SAS is a Software tool where we can apply data step/procedure to create analysis dataset from raw datasets.
It is one of the best tool to create reports , listing , graphical representation for the developed analysis datasets.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Describe the function and untility of the most difficult SAS macro that you have written.
What is program data vector (pdv) and what are its functions?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
How do dates work in SAS data?
What are the new features included in the new version of SAS Programming Language?
Given an unsorted data set, how to read the last observation to a new data set?
What are common programming errors committed in sas
how will you location sas platform applications available from web browser? : Sas-bi
Mention how to limit decimal places for the variable using proc means?
Can you explain the process of calendar?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
explain the proc in sas? : Sas-administrator
Explain append procedure?