What is the difference between SAS functions and procedures?
No Answer is Posted For this Question
Be the First to Post Answer
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
How would you define the end of a macro?
How could you generate test data with no input data?
What is the basic structure of the SAS base program?
what other sas products have you used and consider yourself proficient in using? : Sas programming
Approximately what date is represented by the SAS date value of 730?
what is the main difference between rename and label? (don't say that they both perform the same function).
If a variable contains letters or special characters, can it be numeric data type?
How we can create SAS USER DEFINED CODE?
which features do you use to check the data validations and errors? : Sas-administrator
Explain what is data step?
Name statements that are execution only.