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 difference between an informat and a format? Name three informats or formats.

13 Answers   Accenture, IBM,


What are the prime responsibilities of data integration administrator? : Sas-di

0 Answers  


what is enterprise guide? What is the use of it? : Sas programming

0 Answers  


how do you validate tables abd reports?

2 Answers   Accenture, Quintiles,


explain the proc in sas? : Sas-administrator

0 Answers  


proc means? proc sort? proc append? proc freq? proc print? proc content?

4 Answers   Oracle,


For what purpose would you use the RETAIN statement?

0 Answers   Quintiles,


how does sas handle missing values in assignment statements? : Sas programming

0 Answers  


Explain the difference between nodup and nodupkey options?

0 Answers  


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

0 Answers  


Can we replace a dataset into view?

6 Answers   CliniRx,


how do u identify a macro variable

5 Answers  


Categories