To create POSZRTCS
To allocate and copy the target SMP/E RTCS subsystem program library (TOSZRTCS) into a new POSZRTCS PDSE, you can customize the sample JCL shown in the following figure.
The text that should be customized is shown in bold. This sample JCL is contained in member OSZINJ71 in the TOSZCNTL target library.
Sample JCL to create RTCS subsystem program library
//OSZINJ71 JOB (acct),'CREATE POSZRTCS PDSE',
// MSGLEVEL=(1,1),CLASS=A,TIME=1
//*
//* acct JOB statement accounting information
//* xxxxxx VOLSER on which to allocate .POSZRTCS PDSE
//* tlibprfx DSN prefix of RTCS SMP/E target libraries
//*
//ALLOC EXEC PGM=IEFBR14
//*
//* Allocate a new non-SMS-managed cataloged PDSE for
//* the RTCS Subsystem Library. This data set may be
//* SMS-managed, but the JCL will have to be changed
//* to allocate an SMS-managed data set. There is no
//* particular need for the library to be SMS-managed.
//* This data set CAN be shared by more than one system
//* if MVS sysplex PDSE sharing requirements are met.
//*
//OSZRTCS DD DSN=SYS2.RTCS.POSZRTCS,
// DISP=(NEW,CATLG),
// UNIT=3390,VOL=SER=xxxxxx,
// DSNTYPE=LIBRARY,SPACE=(CYL,(16,5,01)),
// DSORG=PO,RECFM=U,LRECL=0,BLKSIZE=23476
//*
//COPY EXEC PGM=IEBCOPY,TIME=1,REGION=4M
//*
//* Copy SMP/E Target RTCS Subsystem LIBRARY
//* to the newly-allocated 'production' PDSE.
//*
//SYSPRINT DD SYSOUT=*
//TOSZRTCS DD DISP=SHR,DSN=tlibprfx.TOSZRTCS
//OSZRTCS DD DISP=SHR,DSN=*.ALLOC.OSZRTCS
//SYSIN DD *
COPY INDD=((TOSZRTCS,R)),OUTDD=OSZRTCS
//*
// MSGLEVEL=(1,1),CLASS=A,TIME=1
//*
//* acct JOB statement accounting information
//* xxxxxx VOLSER on which to allocate .POSZRTCS PDSE
//* tlibprfx DSN prefix of RTCS SMP/E target libraries
//*
//ALLOC EXEC PGM=IEFBR14
//*
//* Allocate a new non-SMS-managed cataloged PDSE for
//* the RTCS Subsystem Library. This data set may be
//* SMS-managed, but the JCL will have to be changed
//* to allocate an SMS-managed data set. There is no
//* particular need for the library to be SMS-managed.
//* This data set CAN be shared by more than one system
//* if MVS sysplex PDSE sharing requirements are met.
//*
//OSZRTCS DD DSN=SYS2.RTCS.POSZRTCS,
// DISP=(NEW,CATLG),
// UNIT=3390,VOL=SER=xxxxxx,
// DSNTYPE=LIBRARY,SPACE=(CYL,(16,5,01)),
// DSORG=PO,RECFM=U,LRECL=0,BLKSIZE=23476
//*
//COPY EXEC PGM=IEBCOPY,TIME=1,REGION=4M
//*
//* Copy SMP/E Target RTCS Subsystem LIBRARY
//* to the newly-allocated 'production' PDSE.
//*
//SYSPRINT DD SYSOUT=*
//TOSZRTCS DD DISP=SHR,DSN=tlibprfx.TOSZRTCS
//OSZRTCS DD DISP=SHR,DSN=*.ALLOC.OSZRTCS
//SYSIN DD *
COPY INDD=((TOSZRTCS,R)),OUTDD=OSZRTCS
//*
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*