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
What do you know about symput and symget?
Difference between sum function and using “+” operator?
What is a pdv and what are its functions?
Have you used macros? For what purpose you have used? : sas-macro
what is ae onset date n what is RDS
Describe the function and untility of the most difficult SAS macro that you have written.
What is run-group processing?
how the sas basic syntax style described? : Sas-administrator
What does PROC print, and PROC contents do?
What is the good sas programming practices for processing large data sets?
what is the difference between infile and input? : Sas-administrator
What are symget and symput? : sas-macro
How we can create SAS USER DEFINED CODE?
Explain the use of proc gplot? : sas-grid-administration
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro