BookmarkSubscribeRSS Feed
vikassmishra
Calcite | Level 5

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 ;

1 REPLY 1
Patrick
Opal | Level 21

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.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 346 views
  • 0 likes
  • 2 in conversation