Skip to main content

Sample XMIT files “Receive” job

The following is a sample job for receiving the LOAD and INSTALL libraries.

//*******************************************************************
//*                     Sample JCL for receiving                    *
//* IBM DB2 for z/OS endpoint installation kit   *
//* 1. Add a jobcard                                                *
//* 2. Replace all <xmit-HLQ> with the High Level Qualifier used      *
//*    for receive files                                            *
//* 3. Replace all <r4z-vn-hlq> with the High Level Qualifier chosen  *
//*    for the installation files                                   *
//*******************************************************************
//RCVLOAD  EXEC PGM=IKJEFT01,DYNAMNBR=20
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
RECEIVE INDSN('<xmit-HLQ>.LOAD.XMIT') NODISPLAY
DATASET('<r4z-vn-hlq>.LOAD')
/*
//RCVINSTL EXEC PGM=IKJEFT01,DYNAMNBR=20
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
RECEIVE INDSN('<xmit-HLQ>.INSTALL.XMIT') NODISPLAY
DATASET('<r4z-vnd-hlq>.INSTALL')
/*

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!