PROC SQL always ends with QUIT statement.Why cant you use
RUN in PROQ SQL ?

Answer Posted / richa

The PROC SQL step does not require a RUN statement. PROC
SQL executes each query automatically. If you use a RUN
statement with a PROC SQL step, SAS ignores the RUN
statement, executes the statements as usual, and generates
the note shown below in the SAS log:

NOTE: PROC SQL statements are executed immediately;
The RUN statement has no effect.

As per SAS certification guide.

Is This Answer Correct ?    47 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the special input delimiters used in SAS?

871


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

828


What is the SAS data set?

893


List down the reasons for choosing sas over other data analytics tools.

1044


What is run-group processing?

864


Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

2010


Explain by-group processing?

787


Which date function advances a date, time or datetime value by a given interval?

881


Explain bmdp procedure?

808


what is data integration? : Sas-di

853


What would be the value of month at the end of data step execution and how many observations would be there?

795


I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.

1923


what is operational data and operational system? : Sas-di

860


How to create an external dataset with sas code?

797


What are the statements in proc sql?

802