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