BookmarkSubscribeRSS Feed
Bipasha
Obsidian | Level 7

Hi,

 

Not sure if anybody can help with writing UDL in SAS MIP.

 

In my portfolio data set, I have PD values for 1 year for each contract. e.g.

 

instid product pd_1 pd_2 pd_3 pd_4 pd_5

A1     Corp      0.3    0.2   0.17  0.15  0.11

 

I have 5 horizons to run this portfolio data. I want to pick the respecting pd dynamically in UDL. Something like

 

s = simulationHorizon;

pd = pd_&s.;

 

This gives me a syntax error. Can anybody suggest how we can do this?

 

1 REPLY 1

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 599 views
  • 0 likes
  • 2 in conversation