BookmarkSubscribeRSS Feed
3 REPLIES 3
Kurt_Bremser
Super User

From the documentation:

Ending the Procedure

To stop the DATASETS procedure, you must issue a QUIT statement, a RUN CANCEL statement, a new PROC statement, or a DATA statement. Submitting a QUIT statement executes any statements that have not executed. Submitting a RUN CANCEL statement cancels any statements that have not executed.
 
 
Also read the paragraph for "Run group processing", as it will give you the important information what a run does in proc datasets, and what it doesn't (end the procedure).
Rick_SAS
SAS Super FREQ

Yes, PROC DATASETS (along with PROC SQL and PROC IML and others) is a fully interactive procedure. That means that statements are executed as they are parsed.  This is different from procedures that use interactive "run groups" (such as PROC REG and GLM) in which a RUN statement executes a block of statements. See the section "A RUN statement in a fully interactive procedure" in the article "Do you write unnecessary SAS statements?"

PeterClemmensen
Tourmaline | Level 20

Adding to the answers of @Kurt_Bremser and @Rick_SAS, the article PROC DATASETS; The Swiss Army Knife of SAS® Procedures is a great introduction to the procedure. Also it contains a section on the syntax and how it is structured with Run Groups.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 4222 views
  • 0 likes
  • 4 in conversation