Why do we use QUIT commmand for proc datasets and proc sql ???
Answer Posted / n katepalli
The question was why were those commands used.
To my knowledge, proc sql and datasets are interactive
procedures i.e quit command is used after them i.e telling
sas not to expect another one of them .
where as proc print,sort are non - interactive procedures.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How do you use the do loop if you don’t know how many times you should execute the do loop?
Tell e how how dealt with..
What is the use of PROC gplot?
Mention few capabilities of sas framework.
How to specify variables to be processed by the freq procedure?
What is maximum number of rows and cols can be handled in SAS?
do you need to know if there are any missing values? : Sas programming
What areas of SAS are you most interested in?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
what are several options for creating reports in web report studio? : Sas-bi
What is the difference between SAS functions and procedures?
which date function advances a date, time or datetime value by a given interval? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What does PROC print, and PROC contents do?