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 is a pdv and what are its functions?

601


What is the basic structure of a sas program?

601


In sas admin differentiate between roles and capabilities? : sas-grid-administration

557


What is the purpose of trailing @ and @@? How do you use them?

613


What is PDV?

725






What are types of transport files?

6866


what are the types of interactive display types? : Sas-bi

656


Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com

1585


What do you know about sas and what we do? : sas-grid-administration

604


How substr function works in sas?

702


Can you suggest us materials for sdtm mapping?

4039


Explain proc univariate?

606


What is the function of Stop statement in a SAS Program?

645


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

843


Give some ways by which you can define the variables to produce the summary report (using proc report)?

600