PROC SQL always ends with QUIT statement.Why cant you use
RUN in PROQ SQL ?
Answer Posted / sandeep
I agree with the above ans and here is little more addition
to the above one is
if you give the run statement SAS ignores the run statement
and executes the query as usual but in editor window you can
see that the query is still running (PROC SQL RUNNING), we
can terminate the proc sql queries with Quit statement only.
like wise in SAS some procedures can be terminated with Run
statements (ex: proc print, proc append) and some procedures
can be terminated with Quit statement only (ex: proc sql).
more views welcome...
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
What is the command used to find missing values?
What is the difference between order and group variable in proc report?
What are the uses of sas?
What is maximum storage capability of SAS?
Mention the difference between ceil and floor functions in sas?
Explain the purpose of retain statement.
Describe the ways in which you can create a macro variable?
How to specify variables to be processed by the freq procedure?
What is the use of stop statement?
How many data types are there in SAS?
What are pdv and it functions?
where to use sas business intelligence? : Sas-bi
What are the 3 components in sas programming?
What commands are used in the case of including or excluding any specific variables in the data set?
How to create an external dataset with sas code?