Question & Answer
Question
Why when installing a CBPDO for z Workload Scheduler 10.1 in the ACCEPT job EQQACPTE is message "IEW2736S DA10 THERE IS NO SPACE LEFT IN THE DIRECTORY FOR DDNAME AEQQMOD0. STOW OF THE DIRECTORY ENTRY MEMBER NAME" seen?
Cause
EQQALLOC JCL
Answer
EQQALLOC allocates the AEQQMOD0 file with SPACE=(32760,(2300,500,500)) however with all the PTFs for 10.1 included with the GROUPEXTEND option, 500 directory blocks is not sufficient. at least 511 directory blocks are required. To allow some room for growth it would be better to allocate 550 directory blocks.
Before running the EQQALLOC job, change the JCL for AEQQMOD0 to:
//AEQQMOD0 DD DISP=(,CATLG),UNIT=&UNIT,VOL=SER=&DVOL,
// RECFM=U,LRECL=0,BLKSIZE=32760,
// DSNAME=&IX1..&IX2..AEQQMOD0,
// SPACE=(32760,(2300,500,550))
// RECFM=U,LRECL=0,BLKSIZE=32760,
// DSNAME=&IX1..&IX2..AEQQMOD0,
// SPACE=(32760,(2300,500,550))
If you already ran EQQALLOC and get the error on the EQQACPTE job, rename your AEQQMOD0 , then allocate the AEQQMOD0 with the same name used as before but with 550 directory blocks. Then copy (IEBCOPY) the "old" AEQQMOD0 to the new larger one. After this rerun EQQACPTE with REDO option on the ACCEPT statement.
[{"Type":"MASTER","Line of Business":{"code":"LOB35","label":"Mainframe SW"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSWL3F","label":"IBM Z Workload Scheduler"},"ARM Category":[{"code":"a8m0z0000001fyAAAQ","label":"ZOS-\u003EIZWS-\u003EINSTALLATION"}],"ARM Case Number":"TS012090298","Platform":[{"code":"PF035","label":"z\/OS"}],"Version":"All Versions"}]
Was this topic helpful?
Document Information
Modified date:
23 February 2023
UID
ibm16957872