The following SAS Resources can be helpful:
Optimal Binning in SAS enterprise miner:
https://communities.sas.com/t5/SAS-Data-Mining-and-Machine/Optimal-Binning-in-the-Enterprise-Miner-Transform-Variables-node/td-p/213153
https://support.sas.com/resources/papers/proceedings15/SAS1965-2015.pdf
Interactive grouping in SAS Enterprise miner (Credit scoring license)
https://go.documentation.sas.com/doc/en/emref/14.3/p1qzwz7onopjqcn11uc04i18urg7.htm
Using HPBINN proc
https://blogs.sas.com/content/iml/2019/08/05/proc-hpbin-bin-variables-sas.html
The ideal method of binning depends on your analytical objectives, the properties of input variables and the target variable
... View more
Never mind. I will think something up. I think that you don't understand what is my problem that I have to code it. Anyway, thank you for help for previous problem.
... View more
You have entered a missing surplus argument invoking the macro
%prep_graph(Tab_Input=Stat, stat=Avg, ,var=PD);
replace with
%prep_graph(Tab_Input=Stat, stat=Avg,var=PD);
... View more