Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between the SAS v8 and SAS v9?

Answers were Sorted based on User's Feedback



what is the difference between the SAS v8 and SAS v9?..

Answer / vj

SAS 9 users can safely interchange data files with SAS 8
users under certain circumstances
SAS 9 was released under certain unix platforms as a 64 bit
application
SAS 8 session running in a 32 bit environment

Is This Answer Correct ?    10 Yes 1 No

what is the difference between the SAS v8 and SAS v9?..

Answer / 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

what is the difference between the SAS v8 and SAS v9?..

Answer / srinivas b

Main Difference is if u run the program in v8,in the
running process u r not able to modfy code.in v9 is posible.

Is This Answer Correct ?    6 Yes 1 No

what is the difference between the SAS v8 and SAS v9?..

Answer / venu

compared to sas v8 developed ods concept in sas v9.

Is This Answer Correct ?    4 Yes 2 No

what is the difference between the SAS v8 and SAS v9?..

Answer / 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

what is the difference between the SAS v8 and SAS v9?..

Answer / trueblues974

Well, have you checked if your SAS has IML installed?
%goflogit is an autocall macro that is available only for SAS\IML.

Is This Answer Correct ?    0 Yes 0 No

what is the difference between the SAS v8 and SAS v9?..

Answer / kannan

There are so much differences in ODS HTML it seems...
analyzing...

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More SAS Interview Questions

how could you generate test data with no input data? : Sas programming

0 Answers  


what are methods to identify duplicate observations?

5 Answers   HCL,


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

0 Answers   Cognizant,


Explain the difference between nodup and nodupkey options?

0 Answers  


What is factor analysis?

0 Answers  


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

0 Answers   L&T,


create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;

6 Answers   WNS,


what is null hypothesis? why do you consider that?

0 Answers   Accenture, Quintiles,


what is difference in window SAS & Unix SAS.....how do define working environment in both???

1 Answers   JPMorgan Chase,


how we can call macros with in data step?

17 Answers   Allianz, ManPower,


What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.

2 Answers   ABC, ASD Lab, CitiGroup,


What is the Program Data Vector (PDV)? What are its functions?

5 Answers   Accenture,


Categories