Below is the error I received. Further please have a look at the attached file herewith.
NOTE: Fileref MACFILE has been deassigned.
ERROR: Variable No_btmHint_hint_count not found.
ERROR: Variable btmHint_hint_count not found.
ERROR: Variable btmHint_scaf_count not found.
ERROR: Variable correct_1st_attmpt_help_avg not found.
ERROR: Variable first_action_attempt_count not found.
ERROR: Variable hint_tot_no_of_poss_hint_avg not found.
ERROR: Variable opport_original_main_prob_avg not found.
ERROR: Variable opport_original_scaf_count not found.
12 The SAS System Sunday, September 15, 2019 03:02:00 AM
ERROR: Variable opportunity_avg not found.
ERROR: Variable original_main_scaf_avg not found.
ERROR: Variable tot_assignt_count not found.
Kind regards,
Abidi.
Your SAS log does not contain any source statements apart from macro calls so it is near impossible to provide any useful comments. Can you re-run with the SOURCE and MPRINT SAS options?
options source mprint;
It also looks like you are running SAS-provided code, so raising a SAS Tech Support track is your best option for progressing this.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.