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 are the difficulties u faced while doing vital signs table or dataset?
how will you location sas platform applications available from web browser? : Sas-bi
why is sas data integration studio important? : Sas-di
Which date function advances a date, time or datetime value by a given interval?
Explain substr function?
What is the difference between nodupkey and nodup options?
How to include or exclude specific variables in a data set?
Mention some common errors that are usually committed in sas programming.
what is sas business intelligence? : Sas-bi
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What makes sas stand out to be the best over other data analytics tools?
how do the in= variables improve the capability of a merge? : Sas programming
Name types of category in which SAS Informats are placed?
How to sort in descending order?
Explain what Proc glm does?