what is the use of proc sql?

Answers were Sorted based on User's Feedback



what is the use of proc sql?..

Answer / 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

what is the use of proc sql?..

Answer / ganesh

proc sql is also useful for doing the mulitiple operations
like the sas and it is to do sum, merge, mulitiple join
operations like what we do in sas.

Is This Answer Correct ?    13 Yes 0 No

what is the use of proc sql?..

Answer / venkatesh.layam

proc sql is sql in sas.
with proc sql,we can do many more tasks.
-retrive the data from tables,from data bases
-merge the datasets or tables.
-by using different joins we can combine the data as per
our convinience
-we can create the data ,modify the data
-we can have the discriptive statistics also
-we can sort the data with out using proc sort,just use
order by .
these many tasks can do with in single programme

Is This Answer Correct ?    9 Yes 1 No

what is the use of proc sql?..

Answer / name is no need

good answers from nishant and ganesh

Is This Answer Correct ?    7 Yes 1 No

what is the use of proc sql?..

Answer / kamal shalya

PRO*C is a prograning lanuage of sql statment.with the help
of Pro*c we can do multiple task in sort of time.
such as -Updation
automation

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More SAS Interview Questions

What are the features of SAS?

0 Answers  


is there any differnce between proc means and proc summary?

5 Answers  


what is data access? : Sas-di

0 Answers  


What is the pound sign used for the DATA _NULL_?

14 Answers  


how can you sort the dataset having millions of OBS(instead of sort procedure?

4 Answers   EXL,






If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?

1 Answers  


how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too

5 Answers   CTS,


how does sas handle missing values in sort order? : Sas programming

0 Answers  


IS SAS COMPILER OR INTERPRETER? EXPLAIN?

3 Answers   Aon Hewitt, HSBC, SCL, TCS,


Can anyone help me about SAS Realtime scenarios in Clinical field

0 Answers  


Differences between where and if statement?

0 Answers  


What is the work of tranwrd function?

0 Answers  


Categories