what is hash files in sas and why we are using this one in sas?
No Answer is Posted For this Question
Be the First to Post Answer
What do the mod and int function do? : Sas programming
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
How to convert a given date value into SAS date
9 Answers CitiGroup, Quintiles,
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?
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.
There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?
how do you test for missing values? : Sas programming
how do we get duplicate observations in a separate dataset?
what is broad cast agent? : Sas-bi
What is difference between N and n????
How would you include common or reuse code to be processed along with your statements?