Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is proc sql pass through facility?

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


Please Help Members By Posting Answers For Below Questions

Explain the main difference between the sas procedures and functions? : Sas-administrator

1110


What is SAS informats?

1157


What are common programming errors committed in sas

1179


What’s the difference between var b1 – b3 and var b1 — b3?

1434


I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2771


How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?

2171


What is the difference between where and if statement?

1147


Enlist the syntax rules followed in sas statements.

1127


What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro

1069


What are the new features included in the new version of SAS Programming Language?

1243


how could you generate test data with no input data? : Sas programming

1231


Why and when do you use proc sql?

1282


what can you learn from the sas log when debugging? : Sas programming

1136


for what purpose would you use the retain statement? : Sas programming

1143


What is proc sort?

1300