Delete Handle (QRZDLTH) API


  Required Parameter Group:

1 Handle Input Char(*)
2 Format name Input Char(8)
3 Error code I/O Char(*)

  Default Public Authority: *USE

  Threadsafe: No

The Delete Handle (QRZDLTH) API deletes a handle that was created using the Create Handle (QRZCRTH) API.


Authorities and Locks

API Public Authority
*USE

Required Parameter Group

Handle
INPUT; CHAR(*)

The handle value to be deleted.

Format name
INPUT; CHAR(8)

The content and format of the information returned. The possible format name is as follows:

HNDL0100 A handle that is 8 bytes in length is to be deleted. See HNDL0100 Format for details of this format.

Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


HNDL0100 Format

Offset Type Field
Dec Hex
8 8 CHAR(16) Handle


Field Descriptions

Handle. The handle to be deleted.


Error Messages

Message ID Error Message Text
CPF0B32 E A handle was not deleted.
CPF24B4 E Severe error while addressing parameter list.
CPF3CF1 E Error code parameter not valid.
CPF3C21 E Format name &1 is not valid.
CPF3C90 E Literal value cannot be changed.
CPF9872 E Program or service program &1 in library &2 ended. Reason code &3.


API introduced: V3R6

[ Back to top | Configuration APIs | APIs by category ]