charu


{ City }
< Country > india
* Profession *
User No # 102325
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 2
Users Marked my Answers as Wrong # 15
Questions / { charu }
Questions Answers Category Views Company eMail




Answers / { charu }

Question { 7395 }

Why do we use QUIT commmand for proc datasets and proc sql ???


Answer

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