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 is the basic structure sas administrator? : Sas-administrator

0 Answers  


how does sas handle missing values in procs? : Sas programming

0 Answers  


How to read the file names of a text files from a shared drive using SAS?

1 Answers   HSBC, WNS,


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

0 Answers   Quintiles,


what is data access? : Sas-di

0 Answers  






What report output formats can you generate using SAS?

3 Answers   Accenture,


What is the basic syntax of a sas program?

0 Answers  


what is the usage for assigning error=1 in a dataset ?

2 Answers   Satyam,


I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.

4 Answers  


What function CATX syntax does?

0 Answers  


describe how to adjust the performance of data integrator? : Sas-di

0 Answers  


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

0 Answers  


Categories