Difference between revisions of "SNDUSRMSG"

From MidrangeWiki
Jump to: navigation, search
m
m (Related Articles: rmv link to CLP Commands)
 
(2 intermediate revisions by 2 users not shown)
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]]
 
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 19: Line 9:
 
== SNDUSRMSG Parameters ==
 
== SNDUSRMSG Parameters ==
 
* MSG
 
* MSG
 +
** ('Message Text'}
 
* VALUES
 
* VALUES
 
* DFT
 
* DFT
 +
** ('Default Reply if User just presses Enter Key')
 
* MSGTYPE
 
* MSGTYPE
 
* TOMSGQ
 
* TOMSGQ
 
* MSGRPY
 
* MSGRPY
 +
 +
==Related Articles==
 +
* [[CLP]]
 +
* [[Messages]]
 +
* [[Messages 101]]
 +
* [[MSGQ]]
 +
 +
==Categories==
 +
[[Category:Commands]]
 +
[[Category:CLP]]
 +
[[Category:Messages]]

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