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 sas application server, database server, sas olap server and sas metadata server? : Sas-di
What Proc glm does?
What is SAS informats?
What is a method to debug and test your SAS program?
what techniques and/or procs do you use for tables? : Sas programming
Differentiate input and infile.
what are the considerations when picking a SAS/STAT procedure?
How do dates work in SAS data?
What is the function of Stop statement in a SAS Program?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What is PDV?
List out some key concept of SAS
What versions of SAS have you used (on which platforms)?
Enlist the functions performed by sas.
What do the SAS log messages "numeric values have been converted to character" mean?