ERRORLEVEL-> são os retornos que um batch pode ter, indicando se foi bem sucessido(retorno 0) e se não tiver sido o tipo de retorno indicará o tipo de erro.
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 ...