Check your HOLDSYS(ACTION) info in SYSMOD (PTF) UI63859 and deal with
whatever action it requires - if anything (usually trivial).
 
Then code BYPASS(HOLDSYS(ACTION)) on the actual APPLY step (without the
"CHECK").
 
//SMPCNTL   DD *
  SET BDY(TZONE)
  .
  APPLY
  CHECK
    GROUP                                                             
    BYPASS(
        HOLDCLASS
        HOLDERROR
        HOLDSYSTEM(<whatever IDs, see below>)
        HOLDUSER
        ID
        IFREQ
        PRE
        REQ
        XZIFREQ
        XZIFREQ(list)
          )
    SELECT(
    <whatever SYSMODS>
          )
    JCLINREPORT
  .
/*
 
>From the OS/390 V2R7 CD (yes, retired years ago <grin>):
 
        Note:  HOLDSYSTEM can also be specified as HOLDSYS.
 
        These are the system reason IDs currently used by IBM:
 
        ID         Explanation
 
        ACTION     The SYSMOD needs special handling before or during
APPLY processing, ACCEPT processing, or both.
 
        AO         The SYSMOD may require action to change automated
operations procedures and associated data sets and user exits in
products or in customer applications. The PTF
                   cover letter describes any changes (such as to
operator message text, operator command syntax, or expected actions for
operator messages and commands) that can
                   affect automation routines.
 
        DELETE     The SYSMOD contains a ++DELETE MCS, which deletes a
load module from the system.
 
        DEP        The SYSMOD has a software dependency.
 
        DOC        The SYSMOD has a documentation change that should be
read before the SYSMOD is installed.
 
        EC         The SYSMOD needs a related engineering change.
 
        EXRF       The SYSMOD must be installed in both the active and
the alternative Extended Recovery Facility (XRF) systems at the same
time to maintain system compatibility. (If you
                   are not running XRF, you should bypass this reason ID.)
 
        FULLGEN    The SYSMOD needs a complete system or subsystem
generation to take effect.
 
        IOGEN      The SYSMOD needs a system or subsystem I/O generation
to take effect.
 
        MSGSKEL    This SYSMOD contains message changes that must be
compiled for translated versions of the message changes to become
operational on extended TSO consoles.
 
                   If you want to use translated versions of the
messages, you must run the message compiler once for the library
containing the English message outlines, and once for each
                   additional language you want to be available on your
system.  For details, see OS/390 MVS Planning: Operations.
 
                   If you want to use only the English version of the
messages, you do not need to run the message compiler. You should bypass
this reason ID.
 
        MVSCP      The SYSMOD requires the MVS configuration program to
be run for the change to take effect.
 
 
Cheers, Chris Poncelet (retired sysprog)
 


On 30/06/2019 14:35, Bill Giannelli wrote:
> There are many "error" or "warning" messages such as:
> THE FOLLOWING CONDITIONS FOR SYSMOD UI63859 WERE NOT SATISFIED, BUT WERE 
> IGNORE
> SYSTEM HOLD DB2BIND ORIGINATED BY SYSMOD UI63859 WAS BYPASSED.                
>  
> SYSTEM HOLD ACTION ORIGINATED BY SYSMOD UI63859 WAS BYPASSED.                 
>  
> Should that be returning a CC 04?
> Or is it for another reason?
> thanks
> Bill
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> .
>


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to