Difference between SAS STATA & SPSS?
No Answer is Posted For this Question
Be the First to Post Answer
How can you put a "trace" in your program?
what type of reports you are generating in your company...???
2 Answers GSK GlaxoSmithKline,
is there any difference between proc summary and proc means?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
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.
hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?
What is _n_?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?
what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.
how could you generate test data with no input data? : Sas programming
i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?
Code a PROC MEANS that shows both summed and averaged output of the data.