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 other sas products have you used and consider yourself proficient in using? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
How would you determine the number of missing or nonmissing values in computations?
Difference between informat and format?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What are common programming errors committed in sas
Are you involved in writing the inferential analysis plan? Tables specifications?
what are sas bi dashboard components? : Sas-bi
How can I remove header from output data set?
What is the basic syntax of a sas program?
What is the maximum and minimum length of macro variable
What are the table names in oracle database...?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
How to test the debugging in sas?
What are the limitations for memory allocation for SAS variables