Hi!
I have a warning when running my RD environment, does anyone know how I change the length of reserved variables (in my case, the variable Currency)?
My warning -->
WARNING: Values for policy variable "Currency" will be truncated because the declared length (3) is less than the actual length
(32) of variable "Currency". This variable is in policy data set "AKT_RDE_TOTAL_PORTFOLIO" of portfolio data source
When trying to correct this in my declare statement,
declare instvars=( CURRENCY char 32 var,)
I get this ERROR -->
ERROR: The name "CURRENCY" is reserved and cannot be used as the name of a user defined variable.
Any input is helpful,
Regards,
/Claes