What are the different types of sas functions?
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.
what is sas? is a package or tool? give me introduction about sas?
How to read an input file in sas?
How would you combine 3 or more tables with different structures?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
How would you compile all macros from a folder in a study, within the autoexec program?
what is hash files in sas and why we are using this one in sas?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
How do you add a number to a macro variable?
How to create an external dataset with sas code?
How to create a permanent sas data set?
What are symget and symput? : sas-macro