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
How would you identify a macro variable?
Name few SAS functions?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What are the different types of sas functions?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
what are sas bi dashboard components? : Sas-bi
Explain the main difference between the sas procedures and functions? : Sas-administrator
How do you convert basic cube to transaction cube and transaction cube to basic cube?
how can you import .csv file in to sas? : Sas programming
Difference between sum function and using “+” operator?
explain about various caches available in data integrator? : Sas-di
what is the difference between infile and input? : Sas-administrator
How can you create a macro variable with in data step? : sas-macro
I need level 2 to 5 sas using companies in india
What would be the value of month at the end of data step execution and how many observations would be there?