Which command is used to perform sorting in sas program?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of proc sql? : Sas programming
what are the different ways of merging two datasets.name atleast 4.
How would you delete observations with duplicate keys?
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 we get duplicate observations in a separate dataset?
Have you ever used the SAS Debugger?
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
where are dashboard components are created and maintained? : Sas-bi
what are the three main credit bureau names
1 Answers Synchrony Financial,
What is the difference between input and infile statement?
How do you use the do loop if you don’t know how many times you should execute the do loop?
when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.