Difference between revisions of "SNDUSRMSG"

From MidrangeWiki
Jump to: navigation, search
m
 
m (Related Articles: rmv link to CLP Commands)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{AN}} is a [[command]] which stands for {{bu|S|e}}{{bu|ND}}{{bu|US|e}}{{bu|R}} {{bu|M|e}}{{bu|S|sa}}{{bu|G|e}}.
 +
 +
== SNDUSRMSG Purpose ==
 +
This [[Command]] is used by a [[CLP]] program to
 +
* Send a message to a message queue [[MSGQ]]
 +
* and optionally receive a response to that inquiry message
 +
** program will wait indefinitely for the reply
 +
 +
== SNDUSRMSG Parameters ==
 +
* MSG
 +
** ('Message Text'}
 +
* VALUES
 +
* DFT
 +
** ('Default Reply if User just presses Enter Key')
 +
* MSGTYPE
 +
* TOMSGQ
 +
* MSGRPY
 +
 +
==Related Articles==
 +
* [[CLP]]
 +
* [[Messages]]
 +
* [[Messages 101]]
 +
* [[MSGQ]]
 +
 +
==Categories==
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:CLP]]
 
[[Category:CLP]]
[[Category:Programming]]
+
[[Category:Messages]]
 
 
 
 
== SNDUSRMSG Paramters ==
 

Latest revision as of 17:25, 17 June 2008

SNDUSRMSG is a command which stands for SeNDUSeR MeSsaGe.

SNDUSRMSG Purpose

This Command is used by a CLP program to

  • Send a message to a message queue MSGQ
  • and optionally receive a response to that inquiry message
    • program will wait indefinitely for the reply

SNDUSRMSG Parameters

  • MSG
    • ('Message Text'}
  • VALUES
  • DFT
    • ('Default Reply if User just presses Enter Key')
  • MSGTYPE
  • TOMSGQ
  • MSGRPY

Related Articles

Categories