//SG0050  JOB  (SYSGEN),
//             'RECEIVE Maintenance',
//             CLASS=A,
//             MSGCLASS=A,
//             MSGLEVEL=(1,1),
//             REGION=3072K
//*********************************************************************
//*
//*                       MVS 3.8 SYSGEN
//*                       ==============
//*
//* DESC: Receive CUM003 CUMPTF tape and additional PTFs
//*
//*********************************************************************
//*
/*MESSAGE  This Job needs the following tape files
/*MESSAGE  in THIS order
/*MESSAGE       <tape_dir>/CUM003.het
/*MESSAGE       <tape_dir>/uz61013.het
/*MESSAGE       <tape_dir>/uz71613.het
/*MESSAGE       <tape_dir>/mvsptf1.het
/*MESSAGE  where <tape_dir> is the directory
/*MESSAGE  or path where your tape file are stored
//JOBCAT   DD  DISP=SHR,DSN=SYS1.VMASTCAT
//RECEIVE EXEC SMP4
//SMPCNTL  DD  *
  RECEIVE
    BYPASS(FMID)
 .
/*
//SMPPTFIN DD  UNIT=(TAPE,,DEFER),
//             VOL=(PRIVATE,RETAIN,SER=CUM003),
//             DISP=(OLD,PASS),
//             LABEL=(1,NL),
//             DSN=SMPPTFIN,
//             DCB=(LRECL=80,BLKSIZE=7200,RECFM=FB)
//         DD  UNIT=AFF=SMPPTFIN,
//             VOL=(PRIVATE,RETAIN,SER=Z61013),
//             DISP=(OLD,PASS),
//             LABEL=(1,NL),
//             DSN=SMPPTFIN,
//             DCB=(LRECL=80,BLKSIZE=7200,RECFM=FB)
//         DD  UNIT=AFF=SMPPTFIN,
//             VOL=(PRIVATE,RETAIN,SER=Z71613),
//             DISP=(OLD,PASS),
//             LABEL=(1,NL),
//             DSN=SMPPTFIN,
//             DCB=(LRECL=80,BLKSIZE=7200,RECFM=FB)
//         DD  UNIT=AFF=SMPPTFIN,
//             VOL=(PRIVATE,RETAIN,SER=MVSPTF),
//             DISP=(OLD,PASS),
//             LABEL=(1,NL),
//             DSN=SMPPTFIN,
//             DCB=(LRECL=80,BLKSIZE=7200,RECFM=FB)
//
