//* ** CBLALL02 *** ---------------------------------------------------
//*
//* * CBL.DIST.JCL(CBLALL02) ***   L=001 --- 2008/04/21 16:06:01  (JGE)
//*
//*
//*
//*   L=001 2008/04/21 -nbj- Written for CBLi Update Procedure.
//*
//*
//*   Allocate the CBLi Update bundle and SDE Sample Data bundle
//*   ready for FTP from PC.
//*
//*   You must customise this job before running it:
//*
//*   -   Include the JOBCARD member and modify the job name.
//*
//*   -   Replace %rel% with the new CBLi release (e.g. 150) in
//*       CBLPACK data set allocation.
//*<           change all %rel%    150 .ZCSR .ZLAST
//*
//* -------------------------------------------------------------------
//*
//*
//ALLOC     EXEC PGM=IEFBR14
//SYSPRINT  DD SYSOUT=*
//SYSIN     DD DUMMY
//CBLPACK   DD DISP=(NEW,CATLG,DELETE),
//             DSN=&PACKED..CBLI%rel%,
//             SPACE=(22528,(100,20)),
//             UNIT=&PERMDA,VOL=SER=&SMPVOL,
//             DCB=(DSORG=PS,RECFM=FB,LRECL=1024,BLKSIZE=22528)
//SDEPACK   DD DISP=(NEW,CATLG,DELETE),
//             DSN=&PACKED..SDEDATA,
//             SPACE=(22528,(010,10)),
//             UNIT=&PERMDA,VOL=SER=&SMPVOL,
//             DCB=(DSORG=PS,RECFM=FB,LRECL=1024,BLKSIZE=22528)
