61 lines
3.9 KiB
HTML
61 lines
3.9 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="task" />
|
|
<meta name="DC.Title" content="Prevent the display of status messages" />
|
|
<meta name="abstract" content="You cannot prevent commands from sending status messages, but you can prevent the status messages from being displayed at the bottom of the screen." />
|
|
<meta name="description" content="You cannot prevent commands from sending status messages, but you can prevent the status messages from being displayed at the bottom of the screen." />
|
|
<meta name="DC.subject" content="status message, preventing display, preventing, display of status message, break-handling program" />
|
|
<meta name="keywords" content="status message, preventing display, preventing, display of status message, break-handling program" />
|
|
<meta name="DC.Relation" scheme="URI" content="monmg.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="preventsmg" />
|
|
<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>Prevent the display of status messages</title>
|
|
</head>
|
|
<body id="preventsmg"><a name="preventsmg"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Prevent the display of status messages</h1>
|
|
<div><p>You cannot prevent commands from sending status messages, but you
|
|
can prevent the status messages from being displayed at the bottom of the
|
|
screen.</p>
|
|
<div class="section"> <p>There are two preferred ways to prevent the status messages from
|
|
being shown: </p>
|
|
<ul><li><span class="cmdname">Change User Profile (CHGUSRPRF)</span> command <p>You can
|
|
change your user profile so that whenever you sign on using that profile,
|
|
status messages are not shown. To do this, use the CHGUSRPRF command and
|
|
specify *NOSTSMSG on the User Option (USROPT) parameter.</p>
|
|
</li>
|
|
<li><span class="cmdname">Change Job (CHGJOB)</span> command <p>You can change the
|
|
job you are currently running so that status messages are not shown. To do
|
|
this, use the CHGJOB command and specify *NONE on the Status Message (STSMSG)
|
|
parameter. You can also use the CHGJOB command to see status messages by
|
|
specifying *NORMAL on the STSMSG parameter.</p>
|
|
</li>
|
|
</ul>
|
|
<p>A third alternative, however less preferred, is to use the <span class="cmdname">Override
|
|
Message File (OVRMSGF)</span> command and change the status message identifiers
|
|
to a blank message. </p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="monmg.htm" title="You can monitor for exception messages. Exception messages include escape, notify, and status messages that are sent to your CL procedure's or program's call message queue by the commands in your procedure or program or by commands in another procedure or program. Diagnostic messages cannot be monitored.">Monitor for messages in a CL program or procedure</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |