what does the run statement do? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
In ARRAY processing, what does the DIM function do?
· What are some good SAS programming practices for processing very large data sets?
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
Difference b/n proc means and proc summary procedures?
Compare sas with other data analytics tools.
When merging 2 datasets with a common variable (not merge key), how to keep both?
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?
Write a SAS macro to calculate number of numbers in an email address
For what purposes have you used sas macros? : sas-macro
What function CATX syntax does?
What is _n_?