what is PhaseIII, ODS, TLG, Macro and Proc in SAS
No Answer is Posted For this Question
Be the First to Post Answer
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
how to generate means for every subject;
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.
Why do we use QUIT commmand for proc datasets and proc sql ???
what is intially documentation in sas?
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B
Differences between where and if statement?
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
What is LAG function?How is it used? can any one explain
3 Answers TRE, Verinon Technology Solutions,
How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?
What is the order of evaluation of the following operators + - * / ** () ???