What is proc sql pass through facility?
Answers were Sorted based on User's Feedback
Answer / chandu
Performing "database related queries" directly through the Proc sql is called passthrough facility.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / narendra
pass through is used for accessing the table from databases.
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
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 |
explain about various caches available in data integrator? : Sas-di
How will you generate test data with no input data?
who is the best SAS clinical Trainer in Hyderabad?
How could you generate test data with no input data?
Enlist the functions performed by sas.
how do you read binary data in sas?
What is the role of administrative users? : sas-grid-administration
what is the basic structure sas administrator? : Sas-administrator
What is the general format of function in sas? : sas-grid-administration
How to convert .xls file into CSV format?
What are the different servers in sas? : sas-grid-administration
what are methods to identify duplicate observations?