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

explain the difference between proc means and proc summary?

675


What will calendar procedure do?

603


where to use sas business intelligence? : Sas-bi

582


Explain why double trailing @@ is used in input statement?

577


How would you include common or reuse to be processed along with your statements?

1903






How do you debug and test your SAS programs?

1050


Mention common programming errors committed in sas ?

649


What is the maximum and minimum length of macro variable

657


What is the purpose of _character_ and _numeric_?

591


What is the difference between using drop = data set option in data statement and set statement?

641


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

741


Explain the use of proc gplot? : sas-grid-administration

556


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

595


how does sas handle missing values in formats? : Sas programming

588


what is sas and what are the functions? : Sas-administrator

544