While running receive hold data having FIXCAT entries Job, I am getting
below issue.
//HOLDO JOB (3623),'MAINFRAME',MSGCLASS=X,CLASS=A,
// NOTIFY=&SYSUID,REGION=0M
//SMPE EXEC PGM=GIMSMP
//SMPCSI DD DSN=ZOS112.GLOBAL.CSI,DISP=SHR
//SMPHOLD DD DISP=SHR,DSN=SMPE.FIXCAT.HOLD
//SMPRPT DD SYSOUT=*
//SMPOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SMPCNTL DD *
SET BDY (GLOBAL) .
RECEIVE HOLDDATA .
/*
GIM58903W SMP/E COULD NOT PROCESS A ++HOLD FIXCAT MCS BECAUSE IT WOULD
HAVE MADE A CHANGE TO THE GLOBAL ZONE THAT
CANNOT BE PROCESSED COMPLETELY BY PRIOR LEVELS OF SMP/E. USE
THE UPGRADE COMMAND TO ALLOW SMP/E TO MAKE
SUCH CHANGES.
---------- CATEGORY(IBM.ProductInstall-RequiredService)
GIM25201E ** THE INDICATED COMMAND IS INCOMPLETE. IT MAY BE MISSING DATA OR
A DELIMITER, OR A PREVIOUS COMMAND MAY BE
MISSING A PARENTHESIS.
GIM20501I RECE
I read about UPGRADE option in SMPE but still not able to relate with my
issue.
I think the solution of this issue can be
//SMPCNTL DD *
SET BDY (GLOBAL) .
UPGRADE.
RECEIVE HOLDDATA .
. But can anyone help me about the implication of running this UPGRADE
command in my case and why I am facing this issue. Currently my z/Os
version is z/Os 2.1
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN