PROC SQL always ends with QUIT statement.Why cant you use
RUN in PROQ SQL ?
Answer Posted / cutepa1
The diff b/n QUIT n RUN is very simple here.... Using a RUN statement one can generate a result for an SQL statement and without terminating the procedure one can continue on the same Procedure with other SQL statements and generate another result using one more RUN statements. This can be done until a QUIT statement is executed or another PROC step or DATA step is initialised ...
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How long can a macro variable be? A token? : sas-macro
what is sas data set?
explain the use of % includes a statement in sas? : Sas-administrator
what are some good sas programming practices for processing very large data sets? : Sas programming
Name few SAS functions?
List down the reasons for choosing sas over other data analytics tools.
How do dates work in sas?
what are informats in sas? : Sas-administrator
what has been your most common programming mistake? : Sas programming
How to limit decimal places for the variable using proc means?
what are the categories that sas informats are used to the place the data? : Sas-administrator
how many types prompting framework can be broken down to? : Sas-bi
Which command is used to perform sorting in sas program?
How are numeric and character missing values represented internally?
What function CATX syntax does?