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

From MidrangeWiki
Jump to: navigation, search
(grammar, +fully free prototype)
Line 1: Line 1:
 +
[[Category:API]]
 
[[Category:RPG_Prototypes]]
 
[[Category:RPG_Prototypes]]
 
[[Category:Data Queue]]
 
[[Category:Data Queue]]

Revision as of 19:05, 4 December 2018

Clears an existing Data Queue

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;