what is the SAS/ACCESS and SAS/CONNECT?
Answer Posted / kiran
using sas access module and sql procedure we can access
the data outside the pf files ie. from databases.
sas connect module is used to transfer the data between
two different OS environments by converting the dataset in
sas to transfer file(binary format)using cport and transfer
file to sas dataset using cimport procedure of saS CONNECT.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
What is connection profile? : sas-grid-administration
name several ways to achieve efficiency in your program? : Sas programming
Intern stastical programmer written test
what are informats in sas? : Sas-administrator
What is Linear Regression?
What do the SAS log messages "numeric values have been converted to character" mean?
how do you want missing values handled? : Sas programming
what has been your most common programming mistake? : Sas programming
what is star schema? : Sas-di
What is the role of sas grid administrator? : sas-grid-administration
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what are some good sas programming practices for processing very large data sets? : Sas programming
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Given an unsorted data set, how to read the last observation to a new data set?