- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 05-02-2022 06:44 AM
(1108 views)
what is exact difference between run and quit statement with a example?
Can you explain with a brief example
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
PROCs which are non-interactive end with RUN (examples: PROC MEANS, PROC FREQ)
Other PROCs are interactive, statements execute immediately or when a RUN; is encountered, and so the PROC must end with QUIT (examples: PROC SQL, PROC GLM)
In my opinion, it's easiest to just memorize which ones need QUIT.
--
Paige Miller
Paige Miller
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content