What is proc sql pass through facility?

Answers were Sorted based on User's Feedback



What is proc sql pass through facility?..

Answer / chandu

Performing "database related queries" directly through the Proc sql is called passthrough facility.

Is This Answer Correct ?    10 Yes 0 No

What is proc sql pass through facility?..

Answer / narendra

pass through is used for accessing the table from databases.

Is This Answer Correct ?    1 Yes 0 No

What is proc sql pass through facility?..

Answer / k.padmaja

To manage external databases from sas for running
applications, in this we can use connect and disconnect
statement

Is This Answer Correct ?    0 Yes 0 No

What is proc sql pass through facility?..

Answer / 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

More SAS Interview Questions

What are the special input delimiters used in SAS?

0 Answers  


how the sas basic syntax style described? : Sas-administrator

0 Answers  


what are different type of sas servers ? On which server does the sas code execute ?

4 Answers   TCS,


What r all the reporting procedures...?

3 Answers  


What is the maximum length of the macro variable?

0 Answers  






AE datasets names? how many types?

0 Answers   Accenture,


Does anybody have SAS Training manual or documentation or can you refer me any book to have better understanding on SAS. I am fresher to SAS tool. (Ready to pay)

4 Answers  


What are the implications?

0 Answers   Quintiles,


How to read multiple excel sheets from a single excel file at once????

7 Answers   HCL, Verinon Technology Solutions,


how do we get duplicate observations in a separate dataset?

6 Answers   CitiGroup,


How can you put a "trace" in your program?

2 Answers   Quintiles,


what are some differences between proc summary and proc means? : Sas programming

0 Answers  


Categories