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
How many data types are there in SAS?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What is the role of sas grid administrator? : sas-grid-administration
Explain data step in SAS
What are the difference between ceil and floor functions in sas?
What is the sas data set? : sas-grid-administration
To what type of programms have you used scratch macros?
What was the last computer book you purchased? Why?
what are the categories that sas informats are used to the place the data? : Sas-administrator
How do you add a number to a macro variable? : sas-macro
Tell me more about the parameters in macro? : sas-macro
What are the 3 components in sas programming?
In proc transpose and data step with arrays which one you pick?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Describe a time when you were really stuck on a problem and how you solved it?