What is the difference between %local and %global? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
why is sas data integration studio important? : Sas-di
What is the difference between order and group variable in proc report?
In which format does Date stores in sas..? What is the use of DATE in SAS.?
How you can read the variables that you need?
why a stop statement is needed for the point= option on a set statement?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
What is the difference between the proc sql and data step?
Name statements that function at both compile and execution time?
Name any two sas spawners? : sas-grid-administration
Explain the message 'Merge has one or more datasets with repeats of by variables'.
Name some categories in sas 9? : sas-grid-administration