ALERT: Some images may not load properly within the Knowledge Base Article. If you see a broken image, please right-click and select 'Open image in a new tab'. We apologize for this inconvenience.
Message GIM30206E during APPLY
book
Article ID: 186210
calendar_today
Updated On:
Products
XCOM Data TransportXCOM Data Transport - z/OSXCOM - SUPPORT
Issue/Introduction
The APPLY CHECK fails with the following errors when trying to install the product:
GIM30206E ** APPLY PROCESSING FAILED FOR SYSMOD CBXGC00. HOLD REASON IDS WERE NOT RESOLVED. GIM35949I ERROR HOLD BC74348 WAS NOT RESOLVED. SYSMOD SO11202 WOULD HAVE SUPERSEDED BC74348, BUT HAS FAILED. GIM37001S ** APPLY PROCESSING STOPPED BECAUSE FUNCTION SYSMOD CBXGC00 FAILED.
Environment
Release : 12.0
Component : CA XCOM Data Transport for z/OS
Resolution
Had the user specify BYPASS(HOLDERROR) on their APPLY CHECK job. So their statement would be as follows:
APPLY CHECK /*** Remove to APPLY all functions ***/ GROUPEXTEND(NOAPARS NOUSERMODS) SELECT ( CBXGC00 /*CA XCOM Data Transport for z/OS */ ) BYPASS(HOLDERROR).