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


Please Help Members By Posting Answers For Below Questions

what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

919


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

850


What do the mod and int function do? : Sas programming

847


What are the differences between proc means and proc summary?

830


How do you debug and test your SAS programs?

1296


how does sas handle missing values in procs? : Sas programming

910


For what purposes have you used sas macros? : sas-macro

788


what r the job openings SAS for fresher graduates !

2217


How to limit decimal places for variable using proc means?

823


How necessary is it to be creative in your work?

2241


What are the implications?

1415


What do the put and input function do?

808


Mention what is PROC in SAS?

842


Explain what is data step?

956


What is SAS?

826