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
What are all the problems you faced while validating tables and reports?
what is snowflake schema? : Sas-di
What system options would you use to help debug a macro? : sas-macro
how does sas handle missing values in procs? : Sas programming
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What is the use of divide function?
Explain how you can debug and test your SAS program?
Enlist the syntax rules followed in sas statements.
How do you control the number of observations and/or variables read or written?
Describe the function and untility of the most difficult SAS macro that you have written.
What is the basic structure of a sas program?
what are validation tools that are used in sas? : Sas-administrator
What are the advantages of using sas?
How to test the debugging in sas?
What are pdv and it functions?