What are the 3 components in sas programming?
No Answer is Posted For this Question
Be the First to Post Answer
How to select the observations randomly from a SAS dataset
What is the difference between %local and %global? : sas-macro
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?
Can you execute macro within another macro? : sas-macro
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?
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
What is _n_?
what is the difference btw proc means and proc univariate?
how do you want missing values handled? : Sas programming
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.
What is the difference between proportion and average?
what is cummaltive frequency,and varience in proc unviarte