PROC SQL always ends with QUIT statement.Why cant you use
RUN in PROQ SQL ?
Answer Posted / sandeep
I agree with the above ans and here is little more addition
to the above one is
if you give the run statement SAS ignores the run statement
and executes the query as usual but in editor window you can
see that the query is still running (PROC SQL RUNNING), we
can terminate the proc sql queries with Quit statement only.
like wise in SAS some procedures can be terminated with Run
statements (ex: proc print, proc append) and some procedures
can be terminated with Quit statement only (ex: proc sql).
more views welcome...
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
which date functions advances a date time or date/time value by a given interval? : Sas programming
what is study design in while working with SAS? what are screening variables in SAS?
What are the statements in proc sql?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What are the scrubbing procedures in sas?
What are the table names in oracle database...?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
do you prefer proc report or proc tabulate? Why? : Sas programming
Differentiate between sas functions and sas procedures.
What makes sas stand out to be the best over other data analytics tools?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
what is the difference between infile and input? : Sas-administrator