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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 1 reply
  • 244 views
  • 0 likes
  • 2 in conversation