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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

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
  • 3182 views
  • 0 likes
  • 4 in conversation