BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
VimalManavalan
Fluorite | Level 6

i see SAS EG hangs, when i wrongly input the statement as given below.

i missed to input the dates inside '  ',  but SAS EG shouldnt get hangs becuase of this typo reason.

does anyone faces similar issue or i'm the only guy?

 

Capture.JPG

1 ACCEPTED SOLUTION

Accepted Solutions
SASKiwi
PROC Star

@VimalManavalan  - I tried this in EG 7.15 and it froze too. There was no opportunity to close the workspace session. I had to use Windows Task Manager to close EG.

 

I also tested the same thing in EG 8.1 and it popped up a window saying I had unbalanced quotes. So this version fixes the problem.

View solution in original post

3 REPLIES 3
Kurt_Bremser
Super User

Because of the single single quote, you have an "ongoing string", and SAS waits for this string to end to proceed.

Terminate the workspace server and correct the mistake.

VimalManavalan
Fluorite | Level 6

What about suggesting SAS EG developers to have a validation on user inputs before executing.?? 

through that we can avoid SAS application terminate/hangs

SASKiwi
PROC Star

@VimalManavalan  - I tried this in EG 7.15 and it froze too. There was no opportunity to close the workspace session. I had to use Windows Task Manager to close EG.

 

I also tested the same thing in EG 8.1 and it popped up a window saying I had unbalanced quotes. So this version fixes the problem.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1795 views
  • 4 likes
  • 3 in conversation