IKJ56246I FILE SYSTSIN NOT ALLOCATED during LREBIND command
search cancel

IKJ56246I FILE SYSTSIN NOT ALLOCATED during LREBIND command

book

Article ID: 56621

calendar_today

Updated On:

Products

RC/Query for DB2 for z/OS

Issue/Introduction

On occasion a user encounters an allocation error when issuing the LREBIND command on a package.

The following message is displayed:

.ALLOC UNIT(SYSDA) FI(SYSTSIN) NEW SPACE(2,20) CYL +                  
RECFM(F,B) LRECL(80) BLKSIZE(0)                                       
BPA0002E: UNABLE TO DYNAMICALLY ALLOCATE FILE - RETURN CODE 0000410.  
IKJ56246I FILE SYSTSIN NOT ALLOCATED, FILE IN USE                     
RETCODE = 8

Resolution

A FREE statement for the SYSTIN file will need to be added to the RSPMAIN member which is in the highlvl.CLIST dataset.    

In the highlvl.CLIST(RSPMAIN) locate the %RSPINIT command and then add these statements before it:
                                            
FREE FI(SYSTSIN)                                                       
FREE FI(SYSIN)                                                         
FREE FI(ISPFILE)