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
What are the special input delimiters used in SAS?
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
What is the SAS data set?
List down the reasons for choosing sas over other data analytics tools.
What is run-group processing?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Explain by-group processing?
Which date function advances a date, time or datetime value by a given interval?
Explain bmdp procedure?
what is data integration? : Sas-di
What would be the value of month at the end of data step execution and how many observations would be there?
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.
what is operational data and operational system? : Sas-di
How to create an external dataset with sas code?
What are the statements in proc sql?