What is proc sql pass through facility?

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


Please Help Members By Posting Answers For Below Questions

What are the differences between sum function and using “+” operator?

778


is data integration and etl programming is same? : Sas-di

782


how does sas handle missing values in a merge? : Sas programming

749


Explain proc univariate?

774


How would you define the end of a macro? : sas-macro

828


Differentiate between format and informat? : sas-grid-administration

787


What is the command used to find missing values?

783


Give e an example of..

1820


explain the use of % includes a statement in sas? : Sas-administrator

752


For what purpose would you use the RETAIN statement?

1246


Explain data_null_?

790


Mention the category in which sas informats are placed?

791


why is sas considered self-documenting? : Sas programming

849


Differentiate between ceil and floor functions.

873


Explain why double trailing @@ is used in input statement?

780