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
Do you need to rearrange the order of the data for the report?
Differentiate input and infile.
What is the difference between reading data from an external file and reading data from an existing data set?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What are the data types does SAS contain?
Give an example where SAS fails to convert character value to numeric value automatically?
What are the features of base sas system?
Explain substr function?
What do the mod and int function do? : Sas programming
What are the data types that sas contain?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What are the difference between ceil and floor functions in sas?
What is the difference between %local and %global? : sas-macro
explain about various caches available in data integrator? : Sas-di
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming