Why do we use QUIT commmand for proc datasets and proc sql ???
Answer Posted / rohit bedi
Proc dataset is one of the procedures which allow run group processing which means that if we write only run after proc dataset, it doesn't get terminated. It continues to run in the background. So we mention quit to terminate proc dataset.
Proc sql also gets terminated only when it encounters a step boundary such as quit, data or another proc statement. That is why you see 'Proc SQL Running' in the editor window top bar when proc sql is used without quit statement.
It is not mandatory to mention quit after proc dataset or proc sql but is recommended as a best practice if it is not required to keep the procedures running as it frees up the memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the basic structure of the SAS base program?
How do dates work in SAS data?
How to limit decimal places for the variable using proc means?
What can be the size of largest dataset in SAS?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
What is the difference between the proc sql and data step?
What are the parameters of scan function?
State the difference between INFORMAT and FORMAT ?
Give an example where SAS fails to convert character value to numeric value automatically?
Explain what is the use of proc gplot?
I need level 2 to 5 sas using companies in india
Tell e how how dealt with..
how many types of prompts are there? : Sas-bi
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming