Difference between revisions of "Send Data Queue (QSNDDTAQ)"

From MidrangeWiki
Jump to: navigation, search
m
m (Send Data Queue Entry)
Line 1: Line 1:
 
[[Category:RPG_Prototypes]]
 
[[Category:RPG_Prototypes]]
 
=Send Data Queue Entry=
 
=Send Data Queue Entry=
Sends an entry to a [[Data Queue]].
+
Sends an entry to a [[:Category:Data Queue|Data Queue]].
 
<pre>
 
<pre>
 
DQSNDDTAQ        PR                  EXTPGM('QSNDDTAQ')             
 
DQSNDDTAQ        PR                  EXTPGM('QSNDDTAQ')             

Revision as of 15:05, 20 January 2012

Send Data Queue Entry

Sends an entry to a Data Queue.

DQSNDDTAQ         PR                  EXTPGM('QSNDDTAQ')            
D prDQName                      10A   const                         
D prDQLibr                      10A   const                         
D prDQLen                        5P 0 const                         
D prDQData                   32767A   const options(*varsize)