BookmarkSubscribeRSS Feed
elisehoo1
Obsidian | Level 7

I would like to check if there are any options that need to be turned on so that I can use the resolved value of parameter (where user select from IRM create instance drop down list) in my task or ucmacro script? 

 

I run a sample code that i gotten from SAS® Infrastructure for Risk Management 3.6: Programmer’s Guide for SAS , but i hit an warning about the macro unresolved as second pictures .

elisehoo1_0-1710990132246.png


elisehoo1_1-1710990324085.png

 

elisehoo1_2-1710990375542.png

 

 

thanks

Elise 

 

1 REPLY 1
ctrott
SAS Employee

Hi Elise,

 

Here are a few suggestions:

  1. Make sure that the irm_sc_init() macro is executed first before executing any other macros. For more info, refer to SAS Help Center: %irm_sc_init.
  2. For parameter substitution, refer to the SAS Help Center: Anatomy of the Task File Header documentation.

If you require further assistance, please open a case with our SAS Technical Support here: “Access the SAS Customer Service Portal”.  Be sure to provide the following details in the ticket:

  • SAS Product you are using and version
  • a detailed description of what you are attempting to achieve
  • what the expected result is
  • what result you are getting
  • the full text log with any errors

Thank you!