Why do we use QUIT commmand for proc datasets and proc sql ???
Answer Posted / charu tiwari
QUIT command is used for both proc datasets,proc sql.
Proc SQL
Select
from
Quit;
Proc datasets
proc datasets lib=db;
quit;
run;
Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What do the mod and int function do? : Sas programming
What are the differences between proc means and proc summary?
How do you debug and test your SAS programs?
how does sas handle missing values in procs? : Sas programming
For what purposes have you used sas macros? : sas-macro
what r the job openings SAS for fresher graduates !
How to limit decimal places for variable using proc means?
How necessary is it to be creative in your work?
What are the implications?
What do the put and input function do?
Mention what is PROC in SAS?
Explain what is data step?
What is SAS?