What is the difference between using drop = data set option in data statement and set statement?
No Answer is Posted For this Question
Be the First to Post Answer
What are the statements in proc sql?
Mention some common errors that are usually committed in sas programming.
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
What do you code to create a macro? : sas-macro
What is a post baseline?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is proc sort?
Differences between where and if statement?
how does sas handle missing values in an update? : Sas programming
what is broad cast agent? : Sas-bi
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
describe about joins? briefly?