//SG0110  JOB  (SYSGEN),
//             'ACCEPT JES2 et al',
//             CLASS=A,
//             MSGCLASS=A,
//             MSGLEVEL=(1,1),
//             REGION=5120K
//*********************************************************************
//*
//*                       MVS 3.8 SYSGEN
//*                       ==============
//*
//* DESC: ACCEPT JES2 support
//*
//*********************************************************************
/*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 ins0090 to  *
/*MESSAGE   * take the checkpoint #3              *
/*MESSAGE   *                                     *
/*MESSAGE   ***************************************
//JOBCAT   DD  DISP=SHR,DSN=SYS1.VMASTCAT
//MVSACC EXEC SMP4
//SMPCNTL DD *
 ACCEPT G(
          EJE1103                               /* JES2 + 3800 enh. */
          FDM1133                               /* 3800 enh: Data...*/
          FDS1133                               /* 3800 enh: ..Mgmnt*/
          FUT1133                               /* 3800 enh: Utiliti*/
          )
     DIS(WRITE)
     NOAPPLY
.
//
//
