PROC SQL always ends with QUIT statement.Why cant you use
RUN in PROQ SQL ?
Answer Posted / sandeep
I dont know the exact ans for the what was the internal
process...
here is what I understand is..
some procedures result (output window) can be seen only
using Run statement only... It means we can see the output
only we the procedure is running (so here we use RUN
statement at end of the programme).
where as some procedures result (output window) will be only
after terminating the programme running... so here we use
QUIT statement to terminate the programme. (If we use run
statement the programme is excuted asausual and result is
displayed but the editor window is displayed front of the
output window showing the programme is running)
if anyone know the internal process about this... pls post
the ans.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the purpose of retain statement.
How would you invoke a macro? : sas-macro
What does PROC print, and PROC contents do?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What is substr function?
What is SAS informats?
What do the SAS log messages "numeric values have been converted to character" mean?
Explain the use of proc gplot? : sas-grid-administration
What is the maximum and minimum length of macro variable
How to create an external dataset with sas code?
State the difference between INFORMAT and FORMAT ?
What are the implications?
What are the data types does SAS contain?
In ARRAY processing, what does the DIM function do?
What is connection profile? : sas-grid-administration