Delete Comm Side Information (DLTCSI)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Delete Communications Side Information (DLTCSI) command deletes a side information object from the library or libraries specified.

Top

Parameters

Keyword Description Choices Notes
CSI Side information Qualified object name Required, Positional 1
Qualifier 1: Side information Generic name, name
Qualifier 2: Library Name, *LIBL, *CURLIB, *USRLIBL, *ALL, *ALLUSR
Top

Side information (CSI)

Specifies the name of the side information object to be deleted.

This is a required parameter.

The possible library values are:

*LIBL
All libraries in the library list for the current thread are searched until the first match is found.
*CURLIB
The current library is searched.
*USRLIBL
If a current library entry exists in the library list for the current thread, the current library and the libraries in the user portion of the library list are searched. If there is no current library entry, only the libraries in the user portion of the library list are searched.

If a specific symbolic destination name is specified (instead of a generic name), only the first symbolic destination name found with that name is deleted.

*ALLUSR
All user libraries are searched. All libraries with names that do not begin with the letter Q are searched except for the following:

#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

  1. 'xxxxx' is the number of a primary auxiliary storage pool (ASP).
  2. A different library name, in the format QUSRVxRxMx, can be created by the user for each previous release supported by IBM to contain any user commands to be compiled in a CL program for the previous release. For the QUSRVxRxMx user library, VxRxMx is the version, release, and modification level of a previous release that IBM continues to support.
*ALL
All libraries in the system, including QSYS, are searched.
library-name
Specify the name of the library from which the side information object is to be deleted.
side-information-name
Specify the name of the object that contains the desired side information object.
generic*-side-information-name
Specify the generic name of the object that contains the desired side information object. A generic name is a character string that contains one or more characters followed by an asterisk (*).
Top

Examples

DLTCSI   CSI(QGPL/SIDEOBJ)

This command deletes the communications side information object named SIDEOBJ from library QGPL.

Top

Error messages

None

Top