BookmarkSubscribeRSS Feed
Sai
Calcite | Level 5 Sai
Calcite | Level 5
Hi All,

I have written a macro using %window options. It works well in local system
but when i try to execute through remote system i get below errors

ERROR: Unable to open window macro file test
ERROR: Unable to open window macro file test.
ERROR: The macro test1 name will stop executing.

Could someone help me on this please?

Many Thanks in Advance
Sai
2 REPLIES 2
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
The SAS support website http://support.sas.com/ has a technote on this item, found doing a search there. Your window macro is not supported with rsubmit.

Scott Barry
SBBWorks, Inc.

http://support.sas.com/techsup/technote/ts697.pdf
deleted_user
Not applicable
you can set up the %window macro up to be called on the client, but rsubmit all the heavy lifting.... you'll need to "push" local macro variables to the server. for example, to push MacroVar1 to the server, just add this
[pre]%syslput MacroVar1=&MacroVar1;[/pre]

do this with all macro parameters needed.

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
  • 2 replies
  • 676 views
  • 0 likes
  • 3 in conversation