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 is the sas data set? : sas-grid-administration
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
explain what is data set in sas? : Sas-administrator
What is the basic syntax of a sas program?
How do you connect the desktop application to metadata server? : sas-grid-administration
What is Linear Regression?
What is proc sort?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Mention what is PROC in SAS?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
what other sas products have you used and consider yourself proficient in using? : Sas programming
What is the function of output statement in a SAS Program?
How is character variable converted into numeric variable and vice versa?
What is the order of application for output data set options, input data set options and SAS statements?
What are the differences between sum function and using “+” operator?