How do we override the dynamic allocation parameters for the Change Accumulation sort work datasets?
search cancel

How do we override the dynamic allocation parameters for the Change Accumulation sort work datasets?

book

Article ID: 42630

calendar_today

Updated On:

Products

Database Analyzer (IMS Tools) Mainframe Configuration Manager for IMS for z/OS IMS TOOLS - MISC Compress Data Compression (IMS Tools) Database Analyzer for IMS for z/OS Database Copier for IMS for z/OS Database Organizer for IMS for z/OS Mainframe Extended Terminal Manager (IMS Tools) High Performance Recovery for IMS for z/OS Database Organizer (IMS Tools) Mainframe Program Restart Manager for IMS for z/OS Secondary Index Builder for IMS for z/OS Secondary Index for IMS for z/OS DATABASE MANAGEMENT SOLUTIONS FOR IMS FOR Z/OS

Issue/Introduction

How do we override the sort work data set allocations for Change Accumulation:

CHA6801E DYNAMIC ALLOCATION FOR SORTWK DD FAILED. RC= 04 RSN= 08
CHA1221E ALLOCATE SORTWORK DATASETS FAILED FOR GROUP "cagrp".

Resolution

The ITKDYN Global Parmlib member is used to specify dynamic allocation parameters for data sets including the sort work data sets.
ITKDYN is called by any module whose dynamically allocated work data set parameters can be overridden, including CHAASRT.

To specify dynamic allocation parameters for Change Accumulation sort work data sets, we would need to add a CHA record with
the SORTWRK ddname to the ITKDYN member in the Global Parmlib (IDIPARM) as follows:

CHA(SORTWRK,unit,allocunit,prim,sec,#volser)

For example:

CHA(SORTWRK,SYSALLDA,CYL,100,0,1)