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
What is the maximum length of the macro variable? : sas-macro
what other sas products have you used and consider yourself proficient in using? : Sas programming
What is the use of %include statement?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
Why double trailing @@ is used in input statement?
How to convert a numeric variable to a character variable?
Explain why double trailing @@ is used in input statement?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
In ARRAY processing, what does the DIM function do?
What can be the size of largest dataset in SAS?
for what purpose would you use the retain statement? : Sas programming
what are validation tools that are used in sas? : Sas-administrator
What are the differences between proc means and proc summary?
what is study design in while working with SAS? what are screening variables in SAS?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration