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
Describe the ways in which you can create a macro variable?
What is the difference between where and if statement?
What does proc print, and proc contents are used for?
What does P-value signify about the statistical data?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
how does sas handle missing values in functions? : Sas programming
what are input dataset and output dataset options? : Sas programming
What is slibref?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
what is sas olap server? : Sas-di
Explain what is SAS informats?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
Mention sas system options to debug sas macros.
State the difference between INFORMAT and FORMAT ?
What does the RUN statement do?