I am also interested in the solution for this question. In my case, I use a desktop license and wish to write a command line at the end of the SAS program to completely shutdown SAS from EG. This will help me because I have a SAS program that I have scheduled for three distinct times a day. During the first session, the SAS program opens and executes successfully. For the second session, when the program opens it requires my attention to accept that it will not be saved since the same program is still opened. So, I need to completely close the first session so that when the next sessions opens, it should not find the first one available. I have used the %macro runquit; %abort ; %mend runquit; but it does not help.
... View more