Difference between revisions of "SNDUSRMSG"

From MidrangeWiki
Jump to: navigation, search
(cleanup)
Line 1: Line 1:
[[Category:Commands]]
+
{{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}}.
[[Category:CLP]]
 
[[Category:Programming]]
 
[[Category:Messages]]
 
'''SNDUSRMSG''' = ''Send User Message''
 
  
Related Articles
 
* [[CLP]]
 
* [[CLP Commands]]
 
* [[Commands]]
 
* [[Messages]]
 
* [[Messages 101]]
 
* [[MSGQ]]
 
 
== SNDUSRMSG Purpose ==
 
== SNDUSRMSG Purpose ==
 
This [[Command]] is used by a [[CLP]] program to
 
This [[Command]] is used by a [[CLP]] program to
Line 23: Line 12:
 
* VALUES
 
* VALUES
 
* DFT
 
* DFT
** {'Default Reply if User just presses Enter Key')
+
** ('Default Reply if User just presses Enter Key')
 
* MSGTYPE
 
* MSGTYPE
 
* TOMSGQ
 
* TOMSGQ
 
* MSGRPY
 
* MSGRPY
 +
 +
==Related Articles==
 +
* [[CLP]]
 +
* [[CLP Commands]]
 +
* [[Commands]]
 +
* [[Messages]]
 +
* [[Messages 101]]
 +
* [[MSGQ]]
 +
 +
==Categories==
 +
[[Category:Commands]]
 +
[[Category:CLP]]
 +
[[Category:Messages]]

Revision as of 19:51, 23 February 2007

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