Where allowed to run: All environments (*ALL) Threadsafe: Conditional |
Parameters Examples Error messages |
The Delete Journal Receiver (DLTJRNRCV) command deletes the specified journal receivers from the system, which frees the storage space allocated to the journal receivers. Exit point QIBM_QJO_DLT_JRNRCV is provided for the DLTJRNRCV command. See the System API Reference information in the iSeries Information Center at http://www.ibm.com/eserver/iseries/infocenter for more information.
Restrictions:
Use the MLTTHDACN parameter on the ADDEXITPGM command to specify whether an exit program can run in a multithreaded job. See the ADDEXITPGM command for more information.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
JRNRCV | Journal receiver | Qualified object name | Required, Positional 1 |
Qualifier 1: Journal receiver | Generic name, name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB, *USRLIBL, *ALL, *ALLUSR | ||
DLTOPT | Option | Single values: *NONE Other values (up to 3 repetitions): *IGNINQMSG, *IGNEXITPGM, *IGNTGTRCV |
Optional |
Top |
Specifies the name and library of the journal receiver or receivers being deleted.
This is a required parameter.
Qualifier 1: Journal receiver
Qualifier 2: Library
#CGULIB #DSULIB #SEULIB #COBLIB #RPGLIB #DFULIB #SDALIB
Although the following Qxxx libraries are provided by IBM, they typically contain user data that changes frequently. Therefore, these libraries are considered user libraries and are also searched:
QDSNX QRCLxxxxx QUSRIJS QUSRVxRxMx QGPL QSRVAGT QUSRINFSKR QGPL38 QSYS2 QUSRNOTES QMGTC QSYS2xxxxx QUSROND QMGTC2 QS36F QUSRPOSGS QMPGDATA QUSER38 QUSRPOSSA QMQMDATA QUSRADSM QUSRPYMSVR QMQMPROC QUSRBRM QUSRRDARS QPFRDATA QUSRDIRCL QUSRSYS QRCL QUSRDIRDB QUSRVI
Top |
Specifies whether additional checking should not be done before a journal receiver is deleted.
Top |
DLTJRNRCV JRNRCV(MYLIB/JRNRCLA)
This command deletes the journal receiver JRNRCLA in library MYLIB from the system.
Top |
*ESCAPE Messages
Top |