While debugging several programs, I noticed that the values in all variables are not being reset after the program ends. For example, I run the program once, then enddbg; I strdbg and run the program again, and all variables contain the values they had at the time the last program call ended. This is becoming very frusting because I have to signoff and sign back on every time i rerun the program. Does anyone know what is happening here?