A unit BACKUP job may fail with the following error:
ERROR: SVC99 error rc=4, reason=02D6 :
IKJ56231I DATA SET 'sharedprefix.SOURCE NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+IKJ56231I
DYNAMIC ALLOCATION REASON CODE IS X'000002D6'.
ERROR: Cannot open %INCLUDE file SASIN.
Component: MICS-Resource Management-Accounting and Chargeback
Change the SASIN DD
from
//SASIN DD DISP=SHR,DSN='sharedprefix'.SOURCE(BACKUPU)
-
to
-
SASIN DD *
FILENAME FILEREF ''sharedprefix'.SOURCE' DISP=SHR;
%INC FILEREF(BACKUPU);
This is a SAS problem for which details can be found here