IOEZ00207E/IDC3009I error running MSHDPLOY
search cancel

IOEZ00207E/IDC3009I error running MSHDPLOY

book

Article ID: 222149

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS

Issue/Introduction

Running into a couple of errors during MSHDPLOY

IOEZ00207E Aggregate OMVS.CCS.INSTANCE.CCSZFSH was not found

Environment

Release : 15.0
Component : CCS MESSAGE SERVICE

Cause

The MSHDPLOY job is designed to allocate this new zFS filesystem. The errors indicate something must have failed during the allocation of INSTANCE filesystem, thus the failure to format.

Further review uncovered a VSAM CATALOG error.

IDC3014I CATALOG ERROR
IDC3009I ** VSAM CATALOG RETURN CODE IS 140 - REASON CODE IS
IDC3009I IGG0CLEV-110
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12

Resolution

In the J2ZSYM member we include the following notation. This essentially explains the VSAM catalog error.

**************************** IMPORTANT ****************************
*** A ZFS VSAM data set is limited to 4 GB across all volumes   ***
*** unless Extended Addressability is specified in the SMS      ***
*** data class definition.                                      ***
*** To use extended addressability, the data set must be:       ***
*** - SMS-managed                                               ***
*** - Defined as extended format.                               ***
*******************************************************************


If you need to define a zFS >4 GB then:

  • Update J2ZSYM member to identify eligible storage class that supports extended addressability
  • Update J2ZSYM to comment line associated with VOLNAME
  • Rerun MSHDPLOY

Additional Information