//SG0070   JOB (SYSGEN),
//             'Get additional PTFS',
//             CLASS=A,
//             MSGCLASS=A,
//             MSGLEVEL=(1,1),
//             REGION=7000K
//*********************************************************************
//*
//*                       MVS 3.8 SYSGEN
//*                       ==============
//*
//* Desc: RECEIVE all applicable PTFs from an additional ptf tape
//*
//* Note:  This job is not requied, but my be useful we trying
//*        to track missing PTFs
//*
//*********************************************************************
//*
/*MESSAGE  ---------------------------------
/*MESSAGE  This job needs the tape file
/*MESSAGE       <tape_dir>/ptfs-2001036.het
/*MESSAGE  ---------------------------------
//JOBCAT   DD  DISP=SHR,DSN=SYS1.VMASTCAT
//RECEIVE EXEC SMP4,COND=(0,NE),REGION=7000K
//SMPPTFIN DD  DISP=SHR,
//             DSN=PTFS038J.D2001036,
//             UNIT=(TAPE,,DEFER),
//             VOL=SER=060889,
//             LABEL=(1,SL)
//SMPCNTL  DD  *
 RECEIVE .
