Difference between revisions of "SNDUSRMSG"

From MidrangeWiki
Jump to: navigation, search
(cleanup)
m (Related Articles: rmv link to CLP Commands)
 
Line 19: Line 19:
 
==Related Articles==
 
==Related Articles==
 
* [[CLP]]
 
* [[CLP]]
* [[CLP Commands]]
 
* [[Commands]]
 
 
* [[Messages]]
 
* [[Messages]]
 
* [[Messages 101]]
 
* [[Messages 101]]

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