Difference between revisions of "Clear Data Queue (QCLRDTAQ)"
From MidrangeWiki
DaveLClarkI (talk | contribs) m (DaveLClarkI moved page QCLRDTAQ to Clear Data Queue (QCLRDTAQ): Better Indexing (too many Q's)) |
DaveLClarkI (talk | contribs) |
||
Line 2: | Line 2: | ||
[[Category:RPG_Prototypes]] | [[Category:RPG_Prototypes]] | ||
[[Category:Data Queue]] | [[Category:Data Queue]] | ||
+ | == Summary == | ||
Clears an existing [[:Category:Data Queue|Data Queue]] | Clears an existing [[:Category:Data Queue|Data Queue]] | ||
+ | For more information on this API, visit [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/apis/qclrdtaq.htm Clear Data Queue (QCLRDTAQ) API] (right-click to open link in a new tab). | ||
+ | |||
+ | == Prototype for the QCLRDTAQ API == | ||
Pre-7.2 format: | Pre-7.2 format: | ||
<pre> | <pre> |
Revision as of 15:27, 7 December 2018
Summary
Clears an existing Data Queue
For more information on this API, visit Clear Data Queue (QCLRDTAQ) API (right-click to open link in a new tab).
Prototype for the QCLRDTAQ API
Pre-7.2 format:
DQCLRDTAQ PR EXTPGM('QCLRDTAQ') D prDQName 10A const D prDQLibr 10A const
7.2+ format:
dcl-pr QCLRDTAQ extpgm('QCLRDTAQ'); prDQName char(10) const; prDQLibr char(10) const; end-pr;