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
What does the trace option do?
What is the good sas programming practices for processing large data sets?
What is the use of function Proc summary?
why a stop statement is needed for the point= option on a set statement?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What is the difference between one to one merge and match merge? Give an example.
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What is the role of administrative users? : sas-grid-administration
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is connection profile? : sas-grid-administration
Explain the main difference between the sas procedures and functions? : Sas-administrator
What is SAS? What are the functions does it performs?
How would you identify a macro variable? : sas-macro
If you could design your ideal job, what would it look like?