what is the SAS/ACCESS and SAS/CONNECT?
Answer Posted / wable
SAS/CONNECT
SAS/CONNECT software is a SAS client/server toolset that provides scalability through parallel SAS processing. By providing the ability to manage, access, and process data in a distributed and parallel environment, SAS/CONNECT enables users and applications developers to do the following:
achieve SAS interoperability across architectures and SAS releases
directly process a remote data source and get results back locally
transfer disk copies of data
develop local graphical user interfaces that process remote data sources
develop scalable SAS solutions
run multiple independent processes asynchronously and coordinate the results from each task execution in a client SAS session
scale up to fully use the capabilities of symmetric multiprocessing (SMP) hardware, and scale out to fully use the features of distributed processors
use pipeline processing (TCP/IP ports) to run multiple dependent processes asynchronously
collect the resources of multiple computers that work in parallel, which produces a powerful, yet inexpensive processing solution
manage distributed resources
perform daily or nightly automated backups
initiate transaction processing to a master database at a specified time each day
centralize and automate data and report distribution to workstations in a network
centralize and automate data collection from workstations in a network
SAS/ACCESS software
enables you to read and write data to and from other vendors' database management systems (DBMS), as well as from some PC file formats. Depending on your DBMS, a SAS/ACCESS product might provide one or more of the following:
a dynamic LIBNAME engine
the SQL Pass-Through Facility
the ACCESS procedure and interface view engine
the DBLOAD procedure
an interface DATA step engine.
These interfaces are described in this section. Each SAS/ACCESS product provides one or more of these interfaces for each supported DBMS. See SAS Engines for more information about SAS engines.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is sas and what are the functions? : Sas-administrator
Mention what is SAS data set?
What are the statements that are executed only?
how can you import .csv file in to sas? : Sas programming
Tell me more about the parameters in macro? : sas-macro
Of all your work, where have you been the most successful?
How do you test for missing values?
Explain the difference between using drop = data set option in set and data statement?
Are you involved in writing the inferential analysis plan? Tables specfications?
What is the difference between %local and %global? : sas-macro
: and & modifiers.
how to generate the test data in sas without input data? : Sas-administrator
What are pdv and it functions?
If a variable contains only numbers, can it be a character data type?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?