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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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