BookmarkSubscribeRSS Feed
diane74
Calcite | Level 5

Hi SAS Community, 

 

I would like to ask about %sysexec command, is it only used for opening automatically excel files? because it didn't work with me when i used it for openning an access file and a word file.

 

Thanks

 

 

2 REPLIES 2
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Manual:

http://documentation.sas.com/?docsetId=mcrolref&docsetTarget=n08ecabbpebv2xn13ieu8uylrohm.htm&docset...

 

%sysexec - this command is used for sending Operating System commands to the Operating System and getting results back if used in that way.  Anything you can do in the command line can be sent via this macro function.

 

The real question here would be why you are using this function when you don't know what it is for?  Why are you "opening an access file and a word file"?  Are you perhaps using the ancient DDE system?  If so, move to a modern import/export process.

ballardw
Super User

"Didn't work" is awful vague.

Are there errors in the log?: Post the code and log in a code box opened with the {i} to maintain formatting of error messages.

No output? Post any log in a code box.

Unexpected output? Provide input data in the form of a dataset, the actual results and the expected results. Data should be in the form of a data step. Instructions here: https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat... will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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