Answer Posted / xxx
PTF is used for connect to External or internal databases
like oracle, EXCEL,ACCESS.advantage of PTF is directly
connected to database means we can directly create,
delete,manipulate modify the tables in the database.
proc sql;
connect to engine_name user_name= password=**** path=' ';
disconnect from Engine_name;
quit;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the main difference between the sas procedures and functions? : Sas-administrator
What is SAS informats?
What are common programming errors committed in sas
What’s the difference between var b1 – b3 and var b1 — b3?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
What is the difference between where and if statement?
Enlist the syntax rules followed in sas statements.
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What are the new features included in the new version of SAS Programming Language?
how could you generate test data with no input data? : Sas programming
Why and when do you use proc sql?
what can you learn from the sas log when debugging? : Sas programming
for what purpose would you use the retain statement? : Sas programming
What is proc sort?