What do you know about sas data set?
No Answer is Posted For this Question
Be the First to Post Answer
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
How do you generate random samples?
What are the data types that sas contain?
Which date function advances a date, time or datetime value by a given interval?
what is change analysis in sas di ? : Sas-di
what is SAS/Graph?
What does error:1 mean?
How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?
In ARRAY processing, what does the DIM function do?
What is the good sas programming practices for processing large data sets?
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 do dates work in sas?