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 statements that are executed only?
Mention few capabilities of sas framework.
What is the function of Stop statement in a SAS Program?
Mention how to limit decimal places for the variable using proc means?
How you can read the variables that you need?
Mention the validation tools used in SAS?
what is sas and what are the functions? : Sas-administrator
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Differentiate between format and informat? : sas-grid-administration
what are sas/access and sas/connect? : Sas programming
Explain the difference between nodup and nodupkey options?
What is SAS? What are the functions does it performs?
What are the difficulties u faced while doing vital signs table or dataset?
How do you add a number to a macro variable? : sas-macro
What function CATX syntax does?