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 long can a macro variable be? A token? : sas-macro

725


What’s the difference between var b1 – b3 and var b1 — b3?

838


explain about sas business intelligence? : Sas-bi

602


How would you identify a macro variable? : sas-macro

537


Explain proc sort?

677






How we can create SAS USER DEFINED CODE?

1618


name the scheduler for scheduling job and explain the scheduler? : Sas-di

603


I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

1331


what is sas enterprise intelligence architecture? : Sas-bi

548


What is the basic syntax style in SAS?

621


how will you locate the sas platform applications? : Sas-bi

588


Explain the special input delimiters used in sas programming.

589


How many data types are there in SAS?

640


I need level 2 to 5 sas using companies in india

1936


explain what is factor analysis? : Sas-administrator

607