Difference between revisions of "Receive Data Queue (QRCVDTAQ)"

From MidrangeWiki
Jump to: navigation, search
m (New page: Category:RPG_Prototypes =Receive Data Queue Entry= <pre> DQRCVDTAQ PR EXTPGM('QRCVDTAQ') D prDQName 10A const ...)
 
m
Line 1: Line 1:
 
[[Category:RPG_Prototypes]]
 
[[Category:RPG_Prototypes]]
 
=Receive Data Queue Entry=
 
=Receive Data Queue Entry=
 +
Receives an entry from a [[Data Queue]].
 
<pre>
 
<pre>
 
DQRCVDTAQ        PR                  EXTPGM('QRCVDTAQ')         
 
DQRCVDTAQ        PR                  EXTPGM('QRCVDTAQ')         

Revision as of 19:29, 5 July 2007

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