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 does proc print, and proc contents are used for?
Why double trailing @@ is used in input statement?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
how would you create multiple observations from a single observation? : Sas programming
which features do you use to check the data validations and errors? : Sas-administrator
What would you change about your job?
In SAS explain which statement does not perform automatic conversions in comparisons?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What is SAS?
How sas treats the dsd delimiters?
Describe 5 ways to do a “table lookup” in SAS?
Which statement does not perform automatic conversions in comparisons?
What do you understand by the term Normal Distribution?
State the difference between INFORMAT and FORMAT ?