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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore 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
  • 1291 views
  • 0 likes
  • 2 in conversation