//SG0080  JOB  (SYSGEN),
//             'ACCEPT BCP et al',
//             CLASS=A,
//             MSGCLASS=A,
//             MSGLEVEL=(1,1),
//             REGION=5120K
//*********************************************************************
//*
//*                       MVS 3.8 SYSGEN
//*                       ==============
//*
//* DESC: ACCEPT MVS Base Control program
//*              and related FMIDs
//*
//*********************************************************************
/*MESSAGE   ***************************************
/*MESSAGE   *                                     *
/*MESSAGE   * It is a VERY good idea to perform a *
/*MESSAGE   * second checkpoint after this job    *
/*MESSAGE   * has completed.  Shutdown MVS and    *
/*MESSAGE   * hercules before running ins0080 to  *
/*MESSAGE   * take the checkpoint                 *
/*MESSAGE   *                                     *
/*MESSAGE   ***************************************
//JOBCAT   DD  DISP=SHR,DSN=SYS1.VMASTCAT
//MVSACC  EXEC SMP4
//SMPCNTL  DD *
 ACCEPT G(EAS1102                               /* system assembler */
          EBB1102                               /* base control pgm */
          EDE1102                               /* Display Exception*/
                                                /* Monitor facility */
          EER1400                               /* EREP             */
          EGA1102                               /* GAM              */
          EGS1102                               /* GAM Subroutines  */
          EIP1102                               /* IPCS             */
          EMF1102                               /* MF/1             */
          EMI1102                               /* MICR/OCR         */
          EDM1102                               /* Data Management  */
          EDS1102 UZ68825 UZ71903               /* DM Support       */
          EPM1102                               /* Program Managemen*/
          EST1102                               /* System Support   */
          ESU1102                               /* SU Bit String    */
          ESY1400                               /* SMP4             */
          ETV0108                               /* TSO/VTAM         */
          EUT1102                               /* Utilities        */
          EVT0108                               /* VTAM             */
          EXW1102                               /* External Writer  */
         )
     DIS(WRITE)
     NOAPPLY
.
//
