ibm-information-center/dist/eclipse/plugins/i5OS.ic.rbam6_5.4.0.1/iimsg.htm

70 lines
5.1 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="Inquiry and informational messages" />
<meta name="abstract" content="Using the Send User Message (SNDUSRMSG) command, you can send an inquiry message or an informational message to a display station user, the system operator, or a user-defined message queue." />
<meta name="description" content="Using the Send User Message (SNDUSRMSG) command, you can send an inquiry message or an informational message to a display station user, the system operator, or a user-defined message queue." />
<meta name="DC.subject" content="SNDUSRMSG (Send User Message) command, Send User Message (SNDUSRMSG) command, command, CL, SNDUSRMSG (Send User Message), Send User Message (SNDUSRMSG), user message, sending, inquiry, informational, inquiry message, informational message, message" />
<meta name="keywords" content="SNDUSRMSG (Send User Message) command, Send User Message (SNDUSRMSG) command, command, CL, SNDUSRMSG (Send User Message), Send User Message (SNDUSRMSG), user message, sending, inquiry, informational, inquiry message, informational message, message" />
<meta name="DC.Relation" scheme="URI" content="msgcl.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="iimsg" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Inquiry and informational messages</title>
</head>
<body id="iimsg"><a name="iimsg"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Inquiry and informational messages</h1>
<div><p>Using the <span class="cmdname">Send User Message (SNDUSRMSG)</span> command,
you can send an inquiry message or an informational message to a display station
user, the system operator, or a user-defined message queue. </p>
<p>If you use the <span class="cmdname">Send User Message (SNDUSRMSG)</span> command
to send an inquiry message to the user, the procedure or program waits for
a response from the user. The message can be either an immediate message or
a predefined message. For an interactive job, the message is sent to the
display station operator by default. For a batch job, the message is sent
to the system operator by default. To send a message from a procedure or program
using the <span class="cmdname">Send User Message (SNDUSRMSG)</span> command, you can
specify the following on the <span class="cmdname">Send User Message (SNDUSRMSG)</span> command:</p>
<ul><li>Message identifier or an immediate message. The message identifier is
the name of the message description for a predefined message.</li>
<li>Message file. The name of the message file containing the message description
when a predefined message is sent.</li>
<li>Message data fields. If a predefined message is sent, these fields contain
the value for the substitution variables in the message. The format of each
field must be described in the message description. If an immediate message
is sent, there are no message data fields.</li>
<li>Valid replies to an inquiry message.</li>
<li>Default reply value to an inquiry message.</li>
<li>Message type.</li>
<li>Message queue to which the message is to be sent.</li>
<li>Message reply. A CL variable, if any, that is to contain the reply received
in response to an inquiry message.</li>
<li>Translation table. The translation table to be used, if any, to translate
the reply value. This is normally used for translating lowercase to uppercase.</li>
<li>Coded character set identifier (CCSID). Specifies the coded character
set identifier (CCSID) that the supplied message or message data is in.</li>
</ul>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="msgcl.htm" title="Various message types are described in this topic. Use the Send Program Message (SNDPGMMSG) command or the Send User Message (SNDUSRMSG) command to send a message from a CL procedure or program.">Send messages from a CL program</a></div>
</div>
</div>
</body>
</html>