In this case you will need to research the reason for the 3 ptf's
described in your previous post to have failed. Once that is corrected,
all should be OK.

By any chance is this a new install? In those cases, I have often found
it helpful to receive/apply/accept the base functions first, and then
use the control statement snipped below to install all of the
maintenance.

e.g.

    APPLY PTF
    BYPASS(HOLDSYSTEM)
     S       (
               SMC6100    /* SMC 6.1.0 Base                        */
               SOS6100    /* SMC 6.1.0 Base                        */
               SWS6100    /* SMC 6.1.0 Base                        */
             ) .
    APPLY PTFS
    GROUPEXTEND
    BYPASS(HOLDSYSTEM)
     FORFMID(
               SMC6100    /* SMC 6.1.0 Base                        */
               SOS6100    /* SMC 6.1.0 Base                        */
               SWS6100    /* SMC 6.1.0 Base                        */
             ) CHECK.    

HTH,

<snip>
The control statement is:
    APPLY PTFS
    GROUPEXTEND
    BYPASS(HOLDSYSTEM)
     FORFMID(
               SMC6100    /* SMC 6.1.0 Base                        */
               SOS6100    /* SMC 6.1.0 Base                        */
               SWS6100    /* SMC 6.1.0 Base                        */
             ) CHECK.
</snip>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to