BACKUP Job Failing with SVC99 error rc=4, reason=02D6
search cancel

BACKUP Job Failing with SVC99 error rc=4, reason=02D6

book

Article ID: 6096

calendar_today

Updated On:

Products

MICS Resource Management

Issue/Introduction

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. 

 

Environment

Release: MICSAC00200-12.9-MICS-Resource Management-Accounting and Chargeback Opt
Component:

Resolution

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); 

Additional Information

This is a SAS problem for which details can be found here