@DOBBINHO wrote:
Hi all,
It has come to my attention that there hasn't been much headway in the self debugging program of mine,
Not sure what that means or what you're asking here.
Machine learning tools are part of e-miner and you would likely need the text analytics module. Do you have that licensed?
FYI - SAS already corrects most of the basic errors, such as misspelling:
9 data check;
10 set sashelp.class;
11 if weight < 50 the x=1;
---
1
WARNING 1-322: Assuming the symbol THEN was misspelled as the.
12 else x=2;
13 run;
Machine learning relies on having good data so you'd have to have a lot of logs with errors to train a model.