How to make changes to the OLE dataset
search cancel

How to make changes to the OLE dataset

book

Article ID: 47144

calendar_today

Updated On:

Products

Database Organizer for IMS for z/OS Database Organizer (IMS Tools) DATABASE MANAGEMENT SOLUTIONS FOR IMS FOR Z/OS

Issue/Introduction

How to update model records in the OLE dataset for Batch Log Tracker (BLT) in order to make changes to the dynamic allocation parameters?

Resolution

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)