Description:
A U002 is normal, but the step should not abend.
The following message can be found in the SAS LOG:
+ERROR: SAS ENDED DUE TO ERRORS. + YOU SPECIFIED: OPTIONS ERRORBYABEND;. +ERROR: ERRORS PRINTED ON PAGE 1.
Solution:
Specify the following option to correct the problem:
OPTIONS NOERRORBYABEND;
This OPTION statement can be inserted as the first line in sp.TAPELOAD.CNTL(PCHFND).