what is the use of proc sql? : Sas programming
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 the difference between floor and ceil functions in sas? : Sas-administrator
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
what is the main difference between rename and label? (don't say that they both perform the same function).
How we can call macros with in data step? : sas-macro
Describe the function and utility of the most difficult SAS macro that you have written?
what is the formula to measure Baseline
why a stop statement is needed for the point= option on a set statement?
what is the difference between unique key and primary key? : Sas-di
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
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?