How to install APCDOC PTF/APAR PTF QO45728?
search cancel

How to install APCDOC PTF/APAR PTF QO45728?

book

Article ID: 249469

calendar_today

Updated On:

Products

APCDOC Automated Job Documentation

Issue/Introduction

How to install APCDOC PTF/APAR PTF QO45728?

Environment

Release : 1.3

Component : APCDOC - Online Documentation

Resolution

After uploading the ptf/apar to the mainframe

edit QO45728 removing the ++Hold statement below 

************************
++HOLD (TEBE261) FMID(CSU1300) SYSTEM REASON(DOC)              
       COMMENT(REQUIRES CA-JCLCHECK RELEASE 7.1 FMID CZ27100). 
*****************************

Below is a sample combined receive and apply job.

//SU13RCAP JOB card here 
//PROC JCLLIB ORDER=your smpe jcl dsn here.INSTALL.NOTES
//************************************************************************************************
//*                                                                                                                                    *
//*  RECEIVE APCDOC   RELEASE 1.3 -- SMP MAINTENANCE                           *
//*                                                                                                                                    *
//* NOTES:                                                                                                                      *
//*    1)  APCDOC SHOULD BE ACCEPTED BEFORE CONTINUING WITH          *
//*        THIS MAINTENANCE.                                                                                        *
//*                                                                                                                                     *
//*                                                                                                                                     *
//*                                                                                                                                     *
//*                                                                                                                                     * 
//*                                                                                                                                     * 
//************************************************************************************************* 
//SU13MRCA EXEC CAISU13E,                                     /* INVOKE SMP PROCEDURE that resides in hlq,install.notes
//         CAI='youhlq.APCDOC.V1300.',                          /* HI-LEVEL QUALIFIER FOR DISK FILES
//         PERMDA=3390,                                                  /* GENERIC UNIT NAME FOR ABOVE VOLUME
//         PTF=,                                                                  /* ALLOCATE FOR INSTALLATION TAPE
//         SYSOUT='*',                                                       /* INSTALLATION SYSOUT CLASS
//         TLIB=vvvvvv,                                                     /* VOLSER FOR SMPTLIB WORK VOLUME
//         WORK=SYSDA                                                  /* GENERIC UNIT NAME FOR TEMP DATA SETS
//SMPPTFIN DD   DSN=SYSLS.APCDOC.V1300.APARS(QO45728)
//*
//SMPCNTL  DD   *
       SET BDY(GLOBAL).
   RECEIVE SELECT(
                QO45728
                )
                SYSMODS.
   SET BDY(CAITGT).
    APPLY  SELECT(
                QO45728
                )
BYPASS(HOLDSYS ID HOLDERROR(ACTION AO DOC DEP DELETE EC ENH IPL DDDEF)
HOLDCLASS(ERREL PE)) .

You may not get a rc0 but a rc4 is acceptable for QO45728. If rc8 or rc12, see messages within the output listing.