News

BR><BR>If the installation is canceled %ERRORLEVEL% returns 0 just like if it had completed successfully.<BR><BR>I could just parse the log file for the return code but if it's possible to do it ...
The return code for the completion of a SAS job is returned in the OS/2 batch variable, ERRORLEVEL. A value of 0 indicates normal termination. You can affect the value of ERRORLEVEL by using the ABORT ...