53 lines
3.5 KiB
HTML
53 lines
3.5 KiB
HTML
<?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="Status messages" />
|
|
<meta name="abstract" content="You can send status messages from your CL procedure or program, using the Send Program Message (SNDPGMMSG) command, to the external message queue (*EXT) for the job or to a call message queue ." />
|
|
<meta name="description" content="You can send status messages from your CL procedure or program, using the Send Program Message (SNDPGMMSG) command, to the external message queue (*EXT) for the job or to a call message queue ." />
|
|
<meta name="DC.subject" content="status message, sending, message, status, using" />
|
|
<meta name="keywords" content="status message, sending, message, status, using" />
|
|
<meta name="DC.Relation" scheme="URI" content="msgcl.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="msgextqueue.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="stmsg" />
|
|
<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>Status messages</title>
|
|
</head>
|
|
<body id="stmsg"><a name="stmsg"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Status messages</h1>
|
|
<div><p>You can send status messages from your CL procedure or program,
|
|
using the <span class="cmdname">Send Program Message (SNDPGMMSG)</span> command, to
|
|
the external message queue (*EXT) for the job or to a call message queue .
|
|
</p>
|
|
<p>When a status message is sent to a call message queue, the receiving program
|
|
or procedure can monitor for the arrival of the status message and can handle
|
|
the condition it describes. If the receiving program or procedure does not
|
|
monitor for the message, control returns to the sender to resume processing. </p>
|
|
<p>Status messages are not included in the job log for a job.</p>
|
|
</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 class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="msgextqueue.htm" title="The external message queue (*EXT) is used to communicate with the external requester (such as a display station user) of the job.">External message queue (*EXT)</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |