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
What are the difficulties u faced while doing vital signs table or dataset?
How to test the debugging in sas?
Mention what is the difference between nodupkey and nodup options?
How to limit decimal places for variable using proc means?
how to remove duplicates using proc sql?
What are the table names in oracle database...?
What sas features do you use to check errors and data validation?
What are the data types does SAS contain?
Explain proc univariate?
how to generate the test data in sas without input data? : Sas-administrator
Can you execute macro within another macro? : sas-macro
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Describe the function and utility of the most difficult SAS macro that you have written?
How would you define the end of a macro? : sas-macro
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro