Hi,
Is there a way to create multiple SAS sessions of single user on Unix server? The requirement is to sign on to the unix server and create multiple sessions of SAS .On every session a dataset will be processed.
It is possible to execute SAS several times. Have you tried ?
This shouldn't be a problem, I run multiple jobs all the time. You should be able to kick off the jobs straight to the background by adding a & sign to the end of the command starting the job, or several other ways using standard UNIX procedures. I frequently use a terminal multiplexer (GNU Screen, tmux, etc.) to run several jobs if I want to monitor them. SAS is basically just another UNIX program, generally you can start as many as you want or as many as your system can handle.
If your SAS sessions are just running SAS code without any user interaction then consider running these as SAS batch jobs. You can set these up via SAS Management Console if you prefer using a GUI tool.
This depends very much on how you run your codes.
Enterprise Guide provides a mechanism to run several nodes within a project in parallel. The necessary server processes are automatically started.
You can also start several EG's on your desktop and start a workspace server in each.
Batch jobs (from the commandline) can easily be run in parallel, the method depends on the operating system.
And it is possible to run several independent SAS Studio sessions on the same server from the same browser instance.
Being the administrator of our SAS server, I have installed several mechanisms to limit the number of SAS sessions per user, so that a single user can't occupy more than the fair share of the server. But that was added after SAS setup.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.