BookmarkSubscribeRSS Feed
Tarun
Calcite | Level 5

Hi again all,

Does anyone know how, using the Export File step in an EG project, to include a variable value in the output filename?  For example, if the report prompts for a favorite colour and I pick Red, I'd like for Red to appear in the filename of the saved report.

Thanks again!

2 REPLIES 2
Reeza
Super User

If you've created your prompt as &color then take the export code and modify it so that its something like the following:

proc export data=have out=&color._output....

Doc_Duke
Rhodochrosite | Level 12

Tarun,

Reeza's approach won't work with the point-n-click interface to the EGuide export file task.  It would only work with hard-coding for exporting SAS datasets.

I've never been able to do it, but would love to know how.  I've also tried to include the macro value in the result name to no success.  It may be an item for a SAS Ballot.

Doc Muhlbaier

Duke

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1263 views
  • 0 likes
  • 3 in conversation