Vai al contenuto principale

Esempio di processo "Ricezione" di file XMIT

Di seguito è riportato un esempio di processo per la ricezione delle librerie LOAD e INSTALL.

//*******************************************************************
//*                     Sample JCL for receiving                    *
//* IBM DB2 for z/OS connettore 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')
/*

Hai trovato utile questa pagina?

Se riscontri problemi con questa pagina o con il suo contenuto – un errore di battitura, un passaggio mancante o un errore tecnico – facci sapere come possiamo migliorare!