BookmarkSubscribeRSS Feed
LineMoon
Lapis Lazuli | Level 10

I want to run more than one sas program on one sas entreprise guid.

But it does not work ?

Please, do you have any solution

3 REPLIES 3
Patrick
Opal | Level 21

You need either to start SAS EG multiple times or you need to store your program in an external file and then batch submit it from SAS EG using SYSTASK with

NOWAIT SAS(R) 9.4 Companion for UNIX Environments, Fourth Edition

What also would work with SAS/Connect is to wrap your code in rsubmit blocks (with noxwait) - but this needs like SYSTASK additional coding to make it work.

We're still dreaming of getting a "batch submit" button in SAS EG but such a feature hasn't been added yet. Vote it up: Add BATCH SUBMIT button to EG | Communities on SAS

SASKiwi
PROC Star

EG does not currently support running more than one SAS program simultaneously. It is possible to queue multiple programs to run, but they will run one after the other in the order you selected them.

In addition to Patrick's suggestions, If SAS is installed on your desktop, not just EG, then it is possible via SAS's Display Manager interface, SAS/CONNECT and using asynchronous remote submits to a SAS server.

ChrisHemedinger
Community Manager

If you have multiple workspace sessions, you can run multiple programs simultaneously.  I described these steps in a blog post about "multitasking" in SAS Enterprise Guide.

Also, you can enable "parallel execution" on a single workspace definition -- EG will spawn multiple sessions to submit jobs in parallel.  To enable, select File->Project Properties, then the Code Submission tab.  There is a checkbox to enable this per project.

parallel.jpg

Chris

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.

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
  • 550 views
  • 1 like
  • 4 in conversation