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
how could you generate test data with no input data? : Sas programming
What are the default statistics that proc means produce?
Explain why double trailing @@ is used in input statement?
what are informats in sas? : Sas-administrator
What is run-group processing?
What are all the problems you faced while validating tables and reports?
explain the difference between proc means and proc summary?
what is intially documentation in sas?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
What do you know about sas and what we do? : sas-grid-administration
What are the advantages of using sas?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
why is sas considered self-documenting? : Sas programming
What do the SAS log messages "numeric values have been converted to character" mean?
What are the parameters of scan function?