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
What is run-group processing?
Have you ever used the SAS Debugger?
How can you limit the variables written to output dataset in data step?
What is connection profile? : sas-grid-administration
Tell me more about the parameters in macro? : sas-macro
What is the difference between proportion and average?
which features do you use to check the data validations and errors? : Sas-administrator
what is the difference between nodup and nodupkey options? : Sas programming
what does the run statement do? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
What are SAS/ACCESS and SAS/CONNECT?
What is a pdv and what are its functions?
Which command is used to save logs in the external file?
what do you mean by data staging area? : Sas-di
What is proc sort?