BookmarkSubscribeRSS Feed
milts
Pyrite | Level 9

Hi,

I'll be having a process flow scheduled to run weekly and then output the eport into a pdf file. Would it be possible to parameterize the filename of the output PDF file?

Thanks!

Milton

2 REPLIES 2
Cynthia_sas
Diamond | Level 26

Hi:

  Normally, when folks talk about parameters, they mean macro variables. If you are using SAS Enterprise Guide, it has a Parameter Manager, which builds macro variables behind the scenes for you to use. In order to use the parameters as pieces of the file name, you may need to edit the code that EG generates. If you are going to edit the code, then you may just want to learn about using SAS Macro variables to do what you want to do. This paper should serve as a good introduction to macro processing from simple parameter usage to the more complex macro program.

http://www2.sas.com/proceedings/sugi28/056-28.pdf

  The attached screen shot shows 2 examples of building file names from 3 different macro variables. This is a screen shot of 3 macro variables being created with %LET statements. Then, the macro variables are used in 2 different ways to build file names for output files.

cynthia


resolve_macvar_filename.jpg
milts
Pyrite | Level 9

Thanks Cynthia I'll go over the pdf file.

Milton

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

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 1068 views
  • 3 likes
  • 2 in conversation