You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Install the SAS extension base on the latest Main branch. Switch to a profile with connection type 'SAS9.4(local-COM)',try to run some code. Suppose there is something wrong with the code running, correct the code and try to run it again. It cannot show the correct result anymore.
Steps to reproduce
Create a new SAS profile with connection type SAS9.4(local-COM) or switch to a profile with connection type SAS9.4(local-COM)
Run some code below
proc sgplot da=sashelp.class;
histogram age;
run;
It will show syntax Error in the log
Correct the code
Run the code again, it will not show the correct output as expected
Expected behavior
It can show the correct result
Screenshots
Environment (please complete the following information):
Client OS: [e.g. Windows 11]
Extension version: [e.g. v01.0.0]
The text was updated successfully, but these errors were encountered:
Describe the bug
Install the SAS extension base on the latest Main branch. Switch to a profile with connection type 'SAS9.4(local-COM)',try to run some code. Suppose there is something wrong with the code running, correct the code and try to run it again. It cannot show the correct result anymore.
Steps to reproduce
proc sgplot da=sashelp.class;
histogram age;
run;
Expected behavior
It can show the correct result
Screenshots
Environment (please complete the following information):
Client OS: [e.g. Windows 11]
Extension version: [e.g. v01.0.0]
The text was updated successfully, but these errors were encountered: