Hi, I'm facing a issue in SAS SCL programming. I have an SCL program (without Frame) to validate a scenerio and pop up Error message box with Yes and No buttons. When user clicks "No", I need to terminate the application. I use "Submit terminate; <some statements> endsubmit;" to terminate the application. The issue I'm facing is the cursor remains busy icon for ever. When user clicks anywhere outside the active editor window, the cursor becomes normal icon. I hope there would not be any issue with the messagebox statement or the statements of Submit terminate. Please let me know If there could be any possibile of root cause for this issue.
... View more