Delete Pointer Handle (QjoDeletePointerHandle) API


  Required Parameter:


  Omissible Parameter:


  Service Program: QJOURNAL

  Threadsafe: No

The Delete Pointer Handle (QjoDeletePointerHandle) API deletes the specified pointer handle. This pointer handle was generated using the Retrieve Journal Entries (QjoRetrieveJournalEntries) API. See the Retrieve Journal Entries (QjoRetrieveJournalEntries) API for more information. The deletion of the pointer handle must occur from the same process that called the Retrieve Journal Entries (QjoRetrieveJournalEntries) API, in which the point handle was created. If the handle is not valid because it does not exist or has already been deleted, an error message will be sent.


Authorities and Locks

None


Required Parameter

Pointer handle
INPUT; BINARY(4), UNSIGNED.

The pointer handle to be deleted.


Omissible Parameter

Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter. If this parameter is omitted, diagnostic and escape messages are issued to the application.


Error Messages



API Introduced: V4R4

[ Back to top | Journal and Commit APIs | APIs by category ]