I am a new Altair user. I am trying to figure out how to run SAS codes on Altair using a very simple example with SAS codes like the following. The workspace containing these SAS codes is in my local drive and I also pointed the EGP directory to the same local place. When I right- clicked "Analyze", I received this error message. Additionally, my "Run" button is also inactive. Has anybody run into the same issue? If so, would you please share what I was missing and what I should do to make it work? Thank you so much for your help!
data A;
input itemcode response;
datalines;
123 0
234 1
435 2
;
run;