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 the use of proc sql?

Answer Posted / nishant

PROC SQL is a powerful tool in sas which combines the
functionality of data and proc steps. PROC SQL can sort,
summarize, subset, join (merge), and concatenate datasets,
create new variables, and print the results
or create a new dataset all in one step!

PROC SQL uses less resources when compared to that of data
and proc steps.

To join files in PROC SQL it does not require to sort the
data prior to merging which is must is data merge

Is This Answer Correct ?    22 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

name several ways to achieve efficiency in your program? : Sas programming

1142


What is the purpose of trailing @ and @@? How do you use them?

1088


Do you know the features of sas?

1095


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

1104


Explain proc sort?

1176


Explain the use of proc print and proc contents?

1014


how to remove duplicates using proc sql?

1199


For what purposes have you used sas macros? : sas-macro

1050


what is star schema? : Sas-di

1186


How do you convert basic cube to transaction cube and transaction cube to basic cube?

2288


How you can read the variables that you need?

1179


What areas of SAS are you most interested in?

1580


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

1238


Explain the difference between nodup and nodupkey options?

1089


What is Linear Regression?

1223