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 SAS/ACCESS and SAS/CONNECT?

Answer Posted / rao

SAS/Access only process through the data bades like
oracle,sql-server,Ms-Access etc.
SAS/Connect only using Server connection.

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name types of category in which SAS Informats are placed?

1196


Enlist the functions performed by sas.

1190


How to limit decimal places for variable using proc means?

1155


Did you used proc test? when?

2088


how can you import .csv file in to sas? : Sas programming

1139


Explain the main difference between the sas procedures and functions? : Sas-administrator

1113


What are the scrubbing procedures in sas?

1057


What are the different operating system platforms in which we can use sas? : sas-grid-administration

1121


how would you create multiple observations from a single observation? : Sas programming

1055


What does the RUN statement do?

1349


How can you limit the variables written to output dataset in data step?

1376


What is the function of Stop statement in a SAS Program?

1199


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

2245


What are the differences between proc means and proc summary?

1195


In sas, what are the areas that you are most interested in? : sas-grid-administration

1130