How to update model records in the OLE dataset for Batch Log Tracker (BLT) in order to make changes to the dynamic allocation parameters?
The dynamic allocation model records in the OLE can be updated using the Uber utility PGM=ITKUBER and FUNCTION=LTDYNOPTUPDATE.
You can specify the appropriate dynamic allocation parameters in the MODEL control statement.
For example:
To update the dynamic allocation model records for the Primary log file for system imsid:
//UPDATE EXEC PGM=ITKUBER
//STEPLIB DD DISP=SHR,hlq.cimtload
//IDIPARM DD DISP=SHR,hlq.cimtparm
//ITKCTRL DD *
FUNCTION=LTDYNOPTUPDATE,
IMSID=imsid,
DDNAME=IEFRDER,
MODEL=(DSNMASK=dsnamemask,
VOLCNT=00099,
LBLTYPE=SL,
UNIT=(CART,01),
RETPD=005,
BUFNO=010,
BLKSZE=32760,
LRECL=32756)