SO04635 SMP/E APPLY FAILURE
book
Article ID: 117285
calendar_today
Updated On:
Products
IDMS
IDMS - Database
IDMS - ADS
Issue/Introduction
PTF SO04635 will not apply successfully without intervention.
SYMPTOMS:
The following message is issued by SMP/E:
GIM69102E ** ALLOCATION FAILED FOR SMP00002 BECAUSE THERE IS
NO DDDEF ENTRY FOR SCSQLOAD IN TARGET ZONE
Environment
Release:
Component: IDMS
Cause
PTF SO04635 has a CALLLIBS requirement for SCSQLOAD that will cause the SMP/E apply to fail.
Resolution
See: PEA ST05694 - PASSPHRASE SUPPORT PTF SO04635 SMP/E APPLY FAILURE
Add a DDDEF to point SCSQLOAD to the IDMS CAGJLOAD library.
In the JCL below:
Change globalhlq to the HLQ for the IDMS SMP environment and
change idmshlq to the HLQ for the IDMS CAGJLOAD dataset.
//xxxxxx JOB .....
//*
//DDDEFS1 EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M
//SMPCSI DD DISP=SHR,DSN=globalhql.CSI
//SMPHOLD DD DUMMY
//SMPLOG DD DUMMY
//SMPCNTL DD *
SET BDY(CAIT18) .
UCLIN .
ADD DDDEF(SCSQLOAD)
DATASET(idmshlq.CAGJLOAD)
SHR
.
ENDUCL.
SET BDY(CAID18) .
UCLIN .
ADD DDDEF(SCSQLOAD)
DATASET(idmshlq.CAGJLOAD)
SHR
.
ENDUCL.
Feedback
thumb_up
Yes
thumb_down
No