Remove CICS CVT Entry (RMVCICSCVT)

Where allowed to run:
  • Batch job (*BATCH)
  • Interactive job (*INTERACT)
  • Batch program (*BPGM)
  • Interactive program (*IPGM)
  • Batch REXX procedure (*BREXX)
  • Interactive REXX procedure (*IREXX)
  • Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)
Threadsafe: No
Parameters
Examples
Error messages

Use the Remove CICS Conversion Vector Table (RMVCICSCVT) command to delete an entry from the CVT. You will be asked for confirmation before the entry is removed.

Top

Parameters

Keyword Description Choices Notes
LIB Library Communications name, *LIBL, *CURLIB Required, Positional 1
GROUP Group Communications name, *FIRST Required, Positional 2
CMDTYPE API command type *FIRST, *ALL, *FILE, *TDQUEUE, *TSQUEUE, *START, *LINK Required, Positional 3
RSRCID Resource identifier Character value, *FIRST, *ALL Required, Positional 4
Top

Library (LIB)

Enter the name of the OS/400 library that contains the group. Possible values are:

Top

Group (GROUP)

Enter the name of the group containing the CVT entry to be removed.

Possible values are:

Top

API command type (CMDTYPE)

Enter a command type. This field will be used with the resource identifier field to locate the required CVT entries.

Possible values are:

Top

Resource identifier (RSRCID)

This field will be used with the command type field to locate the required CVT entries.

Possible values are:

Top

Examples

None
Top

Error messages

Unknown
Top