clearQueue()

The clearQueue() function removes all data from a specified iSeries® data queue.

Syntax

  iplatformLib.clearQueue(
    dataQueueDef DataQueueDefinition inOut )
platform
The string "Cobol" or "Java™", depending on the platform for which you are generating the program.
dataQueueDef
A variable based on the DataQueueDefinition Record (see iSeries Record definitions).

Feedback