what is the difference between the SAS v8 and SAS v9?
Answer Posted / chiranjeevi
SAS V8:
MAX.LENGTH IN V8:1)MEMBER NAMES=32BYTES
2)VARIABLENAMES=32BYTES
3)CHARACTER VARIABLE VALUES:32K
4)VARIABLE AND MEMBER LABELS:256BYTES
SAS V9:
MAX.LENGTH IN V9:1)THIS IS 64 BIT APPLICATION.
2)IT'S INCLUDED BI TOOLS(ETL,OLAP)
3)IT'S USED FOR UNDER UNIX ENVIRONMENTS ALSO.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What is the maximum and minimum length of macro variable
Difference between SAS STATA & SPSS?
Of all your work, where have you been the most successful?
What are types of transport files?
Describe a time when you were really stuck on a problem and how you solved it?
Explain what Proc glm does?
Explain data step in SAS
What is a pdv and what are its functions?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Do you know the features of sas?
What is PROC in SAS?
What is a put statement?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro