What is interleaving in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of the %include statement?
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
What is the role of unrestrictive users? : sas-grid-administration
what is null hypothesis? why do you consider that?
0 Answers Accenture, Quintiles,
how to generate the test data in sas without input data? : Sas-administrator
Do you need to rearrange the order of the data for the report?
What are exact SAS Base contents..?N what r SAS Tools..?
What are the prime responsibilities of data integration administrator? : Sas-di
what is business intelligence? : Sas-bi
What are the different servers in sas? : sas-grid-administration
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
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.