Bhaskar
@bhaskarkothavt, I strongly recommend contacting Tech Support https://support.sas.com/en/technical-support.html#contact as soon as possible, if you haven't done so already. They would be able to help with this and escalate the issue accordingly.
Yes, I raised sas tech support ticket but no response yet.
Best Regards,
Bhaskar
The support site mentions reporting critical problems by phone. Give them a call or contact them through the chat for a quicker resolution.
The error you are getting indicates you are running low on WORK disk storage. You can locate where that is in SAS Studio by running this - if you are able:
proc options option = work;
run;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.