PROC SQL always ends with QUIT statement.Why cant you use
RUN in PROQ SQL ?
Answer Posted / dipak
If PROC SQL is ended with Run statement then there will be
no output generated in output window. however if 'Create
table ... as' command is given in proc sql then it will
create the table.
Quit tells SAS to print output to output window, if to be
printed.
Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Have you ever used the SAS Debugger?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
explain what is factor analysis? : Sas-administrator
Hi, If anyone has base SAS certification dumps, please share.
How to limit decimal places for variable using proc means?
Explain what is data step?
what can you learn from the sas log when debugging? : Sas programming
How to read an input file in sas?
What are the applications primarily used by business analyst? : Sas-bi
Difference between SAS STATA & SPSS?
what are the types of interactive display types? : Sas-bi
what is function of retain statment
what is business intelligence? : Sas-bi
How many data types are there in SAS?
Describe the ways in which you can create macro variables? : sas-macro