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 is the difference between input and infile statement?
what is sas database server? : Sas-di
Name few SAS functions?
Mention sas system options to debug sas macros.
Explain what is the use of proc gplot?
How will you generate test data with no input data?
Hi, If anyone has base SAS certification dumps, please share.
explain the use of % includes a statement in sas? : Sas-administrator
What is the difference between the proc sql and data step?
what is sas data set?
Mention the validation tools used in SAS?
How can you create a macro variable with in data step? : sas-macro
What are the special input delimiters used in SAS?
what is the function of catx syntax? : Sas-administrator
Explain how you can debug and test your SAS program?