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 interleaving in SAS?
In proc transpose and data step with arrays which one you pick?
Explain how you can debug and test your SAS program?
What does the RUN statement do?
How can you create a macro variable with in data step? : sas-macro
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
do you prefer proc report or proc tabulate? Why? : Sas programming
how many types prompting framework can be broken down to? : Sas-bi
What is the difference between using drop = data set option in data statement and set statement?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is the length assigned to the target variable by the scan function?
Explain the difference between informat and format with an example.
What are SAS/ACCESS and SAS/CONNECT?
what is the effect of the options statement errors=1? : Sas programming
What are the difference between the sas data step and sas procs?