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

How would you identify a macro variable?

846


Name few SAS functions?

883


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2294


What are the different types of sas functions?

863


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

2105


what are sas bi dashboard components? : Sas-bi

871


Explain the main difference between the sas procedures and functions? : Sas-administrator

773


How do you convert basic cube to transaction cube and transaction cube to basic cube?

2011


how can you import .csv file in to sas? : Sas programming

847


Difference between sum function and using “+” operator?

845


explain about various caches available in data integrator? : Sas-di

805


what is the difference between infile and input? : Sas-administrator

855


How can you create a macro variable with in data step? : sas-macro

777


I need level 2 to 5 sas using companies in india

2134


What would be the value of month at the end of data step execution and how many observations would be there?

795