I am trying to run the code given in SAS documentation https://documentation.sas.com/?docsetId=casactml&docsetTarget=casactml_rulemining_examples01.htm&doc...
It is giving following error:
proc cas;
action ruleMining.mbanalysis /
hierarchy={{name="firstLevel"}, {name="secondLevel"}}
supmin=200 items=5 minitems=2 maxitems=10
idVariable={"Customer"}
out={name="out"}
outrule={name="outrule", promote=true}
outfreq={name="outfreq"}
table={name="assocs"}
tgtVariable="Product"
savestate="mystateArm" ;
run;
I assume you ran the earlier code in the link you provided (?), especially:
data mycas.assocs;
set sampsio.assocs;
run;
Kind regards,
Amir.
Hi Amir,
Yes I ran all codes from top to bottom. Everything else works fine. I am getting the error when I run the mbaanalysis CAS action.
OK then, as long as all previous code completed without issues.
If no one else is able to offer help on this forum, then I would suggest you get in touch with SAS Technical Support:
https://support.sas.com/en/technical-support.html
Kind regards,
Amir.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.