Open dataset "group" or "fmt_purpose".
Hello,
In your code what is the meaning of symbol #?
woe[i]=(Bad_Dist-Good_Dist)#log(Bad_Dist/Good_Dist);
I think that in your code
instead of
woe[i]=(Bad_Dist-Good_Dist)#log(Bad_Dist/Good_Dist);
it should be
woe[i]=log(Bad_Dist/Good_Dist);
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.