//MVS0010 JOB  (SYSGEN),
//             'Build VATLST',
//             CLASS=A,
//             MSGCLASS=A,
//             MSGLEVEL=(1,1)
//*********************************************************************
//*
//*                       MVS 3.8 EDTGEN
//*                       ==============
//*
//* DESC: Allocate files using newly created device names
//*  0      0 1 1        2 2
//*  1      8 0 2        1 3
//*  MVSRES,1,2,3350    ,Y MVS 3.8 SYSRES
//*  !      ! ! !        ! !
//*  !      ! ! !        ! +---- Comment
//*  !      ! ! !        +------ N    = Do _NOT_ issue mount messages
//*  !      ! ! !                else   _DO_ issue mount messages
//*  !      ! ! +--------------- Device Type
//*  !      ! +----------------- Use attribute
//*  !      !                    0 = STORAGE: non-temp nonspecific
//*  !      !                    1 = PUBLIC : temp nonspec (scratch)
//*  !      !                    2 = PRIVATE: Only for specific req.
//*  !      +------------------- Mount attribute
//*  !                           0 = permanently Resident
//*  !                           1 = reserved
//*  +-------------------------- Volume Serial
//*
//*********************************************************************
//*
//PARMLIB EXEC PGM=IEBUPDTE,PARM=NEW
//SYSUT2   DD  DISP=SHR,DSN=SYS1.PARMLIB
//SYSPRINT DD  SYSOUT=*
//SYSIN    DD  DATA,DLM=XX
./ ADD NAME=VATLST00
MVSRES,1,2,3350    ,N                  MVS 3.8 SYSRES
MVSDLB,1,2,3350    ,N                  MVS DLIB
MVSCAT,1,2,3350    ,N                  LIVE Catalog, when implemeted
WORK00,1,1,3350    ,N                  WORKPACK
WORK01,1,1,3350    ,N                  WORKPACK
PUB000,1,0,3350    ,N                  TSO Pack 1
PUB001,1,0,3350    ,N                  TSO Pack 2
PAGE00,1,2,3340    ,N                  MVS 3.8 Page Disk 1
PAGE01,1,2,3340    ,N                  MVS 3.8 Page Disk 2
SPOOL0,1,1,3330    ,N                  MVS 3.8 JES Spool Disk 1
SPOOL1,1,1,3330    ,N                  MVS 3.8 JES Spool Disk 1
SORT00,0,1,2314    ,N                  Sort Volume 1
SORT01,0,1,2314    ,N                  Sort Volume 2
SORT02,0,1,2314    ,N                  Sort Volume 3
SORT03,0,1,2314    ,N                  Sort Volume 3
SORT04,0,1,2314    ,N                  Sort Volume 4
SORT05,0,1,2314    ,N                  Sort Volume 5
XX
