what is the difference between the SAS v8 and SAS v9?
Answer Posted / essam
are there difference between the SAS v8 and SAS v9 in
macro ?? i try to do this macro in SAS v8
%goflogit(data=e1,y=y,m=m,xlist=age,logistic=on);
and it is not work. i dont know if the problem in the SAS v8
or from me, becuse i dont have SAS v9
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What would be the value of month at the end of data step execution and how many observations would be there?
In SAS explain which statement does not perform automatic conversions in comparisons?
What is the purpose of _character_ and _numeric_?
where are dashboard components are created and maintained? : Sas-bi
Hi, If anyone has base SAS certification dumps, please share.
What is the difference between the proc sql and data step?
Mention what is SAS data set?
What is a macro routine?
How we can call macros with in data step? : sas-macro
Give e an example of..
Mention common programming errors committed in sas ?
Explain what is SAS informats?
What is the command used to find missing values?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
How to create an external dataset with sas code?