What are the 3 components in sas programming?
No Answer is Posted For this Question
Be the First to Post Answer
which stats created by proc means that are not created by proc summary or vice versa?
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
what is business intelligence? : Sas-bi
What would you change about your job?
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
how does sas handle missing values in a merge? : Sas programming
how can you create zero observation dataset? : Sas programming
Difference between informat and format?
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
what is the use of proc sql? : Sas programming
what is the difference between unique key and primary key? : Sas-di