BookmarkSubscribeRSS Feed
Rik
Calcite | Level 5 Rik
Calcite | Level 5
Hi,

Is there any way to retrieve the actual code of a compiled macro?
3 REPLIES 3
Olivier
Pyrite | Level 9
1) If the macro has been compiled with the SOURCE option, you can list the source in the Log window with [pre] %COPY yourMacroName / SOURCE LIB=library ;[/pre]
2) If 1) does not work, you're stuck.

Regards,
Olivier
PatrickG
SAS Employee
Olivier is correct. You cannot recreate the source statements from a compiled macro UNLESS it was created using the SOURCE option. If it was, you can then retrieve it using the %COPY statement as below.

One thing I will add is that by using the OUTFILE= option with the %COPY statement, the output can be directed to a file instead of the SAS Log.
PatrickG
SAS Employee
Oops, should have said "as above". Did not know new postings went at the bottom!

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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