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
What is the purpose of trailing @ and @@? How do you use them?
What is the maximum length of the macro variable? : sas-macro
What is the sas data set? : sas-grid-administration
what r the job openings SAS for fresher graduates !
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What is the basic syntax style in SAS?
What is the work of tranwrd function?
Mention the validation tools used in SAS?
What is SAS? What are the functions does it performs?
Explain bmdp procedure?
what is data access? : Sas-di
how does sas handle missing values in functions? : Sas programming
Explain proc sort?
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 interleaving in SAS?