what is hierarchy flattening? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
Difference between informat and format?
In PROC PRINT, can you print only variables that begin with the letter “A”?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
What are the difference between ceil and floor functions in sas?
what versions of sas have you used (on which platforms)? : Sas programming
What is the difference between %put and symbolgen? : sas-macro
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
What is the difference Using & and && in the macro variables
Name the option to produce a frequency line items rather that a table.
What does the RUN statement do?
What is SAS? is it a software just for use or we can creat something over there?
How would you code a merge that will keep only the observations that have matches from both sets?