Difference between revisions of "Receive Data Queue (QRCVDTAQ)"
From MidrangeWiki
m |
m |
||
Line 1: | Line 1: | ||
[[Category:RPG_Prototypes]] | [[Category:RPG_Prototypes]] | ||
+ | [[Category:Data Queue]] | ||
=Receive Data Queue Entry= | =Receive Data Queue Entry= | ||
− | Receives an entry from a [[Data Queue]]. | + | Receives an entry from a [[:Category:Data Queue|Data Queue]]. |
<pre> | <pre> | ||
DQRCVDTAQ PR EXTPGM('QRCVDTAQ') | DQRCVDTAQ PR EXTPGM('QRCVDTAQ') |
Revision as of 15:08, 20 January 2012
Receive Data Queue Entry
Receives an entry from a Data Queue.
DQRCVDTAQ PR EXTPGM('QRCVDTAQ') D prDQName 10A const D prDQLibr 10A const D prDQLen 5P 0 D prDQData 32767A options(*varsize) D prDQWait 5P 0 const