Answer Posted / balamurugan.s
SAS stands for Statistical Analytic System. It is a Software
Package and an independent programming Language.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What will calendar procedure do?
Name types of category in which SAS Informats are placed?
why is a stop statement needed for the point=option on a set statement? : Sas programming
How to create a permanent sas data set?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
Mention sas system options to debug sas macros.
Explain the purpose of substr functions in sas programming.
What are the statements that are executed only?
what do you mean by data staging area? : Sas-di
What are the special input delimiters used in SAS?
What is the difference between SAS functions and procedures?
what techniques and/or procs do you use for tables? : Sas programming
name some data transformation used in sas di? : Sas-di
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What is a method to debug and test your SAS program?