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 the differences between sum function and using “+” operator?
is data integration and etl programming is same? : Sas-di
how does sas handle missing values in a merge? : Sas programming
Explain proc univariate?
How would you define the end of a macro? : sas-macro
Differentiate between format and informat? : sas-grid-administration
What is the command used to find missing values?
Give e an example of..
explain the use of % includes a statement in sas? : Sas-administrator
For what purpose would you use the RETAIN statement?
Explain data_null_?
Mention the category in which sas informats are placed?
why is sas considered self-documenting? : Sas programming
Differentiate between ceil and floor functions.
Explain why double trailing @@ is used in input statement?