Coupling Facility List Structure Allocation Utility JCL in member PXMCFA encountering error IXL015I
search cancel

Coupling Facility List Structure Allocation Utility JCL in member PXMCFA encountering error IXL015I

book

Article ID: 226531

calendar_today

Updated On:

Products

Database Management for DB2 for z/OS - Performance Suite Database Management for DB2 for z/OS - Administration Suite Database Management for DB2 for z/OS - Recovery Suite Database Management for DB2 for z/OS - SQL Performance Suite Database Management for DB2 for z/OS - Utilities Suite DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS

Issue/Introduction

The Coupling Facility List Structure Allocation Utility, PXMCFA, fails return code 12 with error:

IXL015I STRUCTURE ALLOCATION INFORMATION FOR STRUCTURE CADBT_LVLSET_001
        CONNECTOR NAME N/A, CONNECTIVITY=DEFAULT   
        CFNAME     ALLOCATION STATUS/FAILURE REASON          
        --------   ----------------------------------------  
        CF02       INVALID STRUCTURE SIZE:              1 M  
                   INITSIZE MUST BE AT LEAST:               2 M  
        CF01       INVALID STRUCTURE SIZE:              1 M  
                   INITSIZE MUST BE AT LEAST:               2 M

Cause

Message IXL015I indicates that the INITSIZE was allocated too small.

Resolution

In the sample PXMCF JCL provided in hlq.CDBASAMP, the INITSIZE is 8M.

STRUCTURE NAME(CADBT_LVLSET_001) SIZE(12M)  
              INITSIZE(8M)                  
              PREFLIST(cfname)
 
Based on the error messages the Policy INITSIZE needs to be increased to at least 2M.