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 a method to debug and test your SAS program?
What is the difference between %local and %global? : sas-macro
What are the 3 components in sas programming?
What is the difference between using drop = data set option in data statement and set statement?
Name validation tools used in SAS
what are the scrubbing procedures in sas? : Sas programming
Explain how merging helps to combine data sets.
for whom is sas data integration studio designed? : Sas-di
What is SAS informats?
what is sas metadata server? : Sas-di
Differentiate input and infile.
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is the order of application for output data set options, input data set options and SAS statements?
Are you involved in writing the inferential analysis plan? Tables specifications?
How are numeric and character missing values represented internally?