|
沙发

楼主 |
发表于 2004-2-26 08:40:00
|
只看该作者
_ERROR_ is a system variable and it is used to control the job flow of a SAS session. Anytime when there is a system error, SAS turns _ERROR_ flag on. I believe that it is not an (0,1) variable, it may have multiple levels. The larger the number, the more serious of the problem. When the number reaches the threshhold, SAS system will terminate the current session and return to control panel. Set _ERROR_ to 0, I do not think it will work. First, you have to try if you can change value of a system variable; Second, you can only assign a value to a variable in data step, but _ERROR_ variable exists during the running of procedures. |
|