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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 618 views
  • 0 likes
  • 2 in conversation