Difference between revisions of "Clear Data Queue (QCLRDTAQ)"

From MidrangeWiki
Jump to: navigation, search
(Summary)
Line 3: Line 3:
 
[[Category:Data Queue]]
 
[[Category:Data Queue]]
 
== Summary ==
 
== 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).
 
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).

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;