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 is the purpose of trailing @ and @@? How do you use them?
how do you test for missing values? : Sas programming
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
what is business intelligence? : Sas-bi
explain the use of % includes a statement in sas? : Sas-administrator
How to specify variables to be processed by the freq procedure?
What is the role of administrative users? : sas-grid-administration
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Why double trailing @@ is used in input statement?
how can you import .csv file in to sas? : Sas programming
Give e an example of..
What are the functions which are used for character handling functions?
what is snowflake schema? : Sas-di
how do you debug and test your sas programs? : Sas programming
How we can create SAS USER DEFINED CODE?