Hi,
I want to submit the existing sas code to GRID without change in the existing code (by calling some other macro to enable the execution on grid)
Sample Code which i want to execute through grid functionality (SAS DI Studio)
libname A 'library_location';
PROC SORT DATA=A.dataset OUT=A.dataset;
BY abc ;
RUN ;
This is a SAS Admin task and nothing you should have to care about. The code as such shouldn't have to change.
With DIS the loop job / run in parallel which generates rsubmit blocks already generates the syntax for running against multiple grid nodes. Anything else will run on the node you're SAS DIS session has been created for - and which node and queue that is config to be done by a SAS Admin and nothing you should have to care about.
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.