BookmarkSubscribeRSS Feed
jakarman
Barite | Level 11

As your SAS session is needing to be segregated form the running sources possible ruining your session or each other, there are several solutions.

It is possible to run asynchronously (all jobs starting same moment) or serial (synchronously, waitfor). Serial processing will take longer but is easier to understand.

1- one of the many X-cmd usages. statement,  Piping (serial),  datastep/macro

    systask is having more options: SAS(R) 9.3 Companion for UNIX Environments

    pipe is forcing you to wait and you, advantage you can see more of the OS-messages. SAS(R) 9.3 Companion for UNIX Environments

2- usage of mp-connect

    SAS/CONNECT(R) 9.3 User's Guide (Example 5: Using MP CONNECT and the WAITFOR Statement)

    Watch the !sascmd (the exclamation is used for the OS value ot that variable) you could use the same using a x-cmd

---->-- ja karman --<-----

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
  • 15 replies
  • 2305 views
  • 6 likes
  • 6 in conversation