140 lines
9.3 KiB
HTML
140 lines
9.3 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="reference" />
|
||
|
<meta name="DC.Title" content="Determine which messages you want to monitor" />
|
||
|
<meta name="abstract" content="If your programming language allows you to monitor error messages, you can choose which messages you want to monitor. Here is a small sample of the error messages you can monitor." />
|
||
|
<meta name="description" content="If your programming language allows you to monitor error messages, you can choose which messages you want to monitor. Here is a small sample of the error messages you can monitor." />
|
||
|
<meta name="DC.subject" content="Display Message Descriptions (DSPMSGD) command, DSPMSGD (Display Message Descriptions) command, command, CL, DSPMSGD (Display Message Descriptions), Display Message Descriptions (DSPMSGD), displaying, message description" />
|
||
|
<meta name="keywords" content="Display Message Descriptions (DSPMSGD) command, DSPMSGD (Display Message Descriptions) command, command, CL, DSPMSGD (Display Message Descriptions), Display Message Descriptions (DSPMSGD), displaying, message description" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbafohedfp.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../rbam6/monmg.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../cl/dspmsgd.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../rbam6/rbam6clmain.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="rbafodtrmsgmon" />
|
||
|
<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>Determine which messages you want to monitor</title>
|
||
|
</head>
|
||
|
<body id="rbafodtrmsgmon"><a name="rbafodtrmsgmon"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Determine which messages you want to monitor</h1>
|
||
|
<div><p>If your programming language allows you to monitor error messages,
|
||
|
you can choose which messages you want to monitor. Here is a small sample
|
||
|
of the error messages you can monitor. </p>
|
||
|
<div class="section">
|
||
|
<table cellpadding="4" cellspacing="0" border="1" class="tableborder"><tr><td>
|
||
|
<table cellpadding="4" cellspacing="0" summary="" width="100%" border="0"><caption>Table 1. Sample of monitorable error messages</caption><thead align="left"><tr><th align="left" valign="bottom" width="30.05050505050505%" id="d0e39">Message identifier</th>
|
||
|
<th align="left" valign="bottom" width="69.94949494949495%" id="d0e41">Description</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody><tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5001</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">End of file reached</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5006</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Record not found</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5007</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Record deleted</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5018</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Maximum file size reached</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5025</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Read attempted past *START or *END</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5026</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Duplicate key</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5027</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Record in use by another job</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5028</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Record key changed</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5029</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Data mapping error</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF502B</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Error in trigger program</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF502D</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Referential constraint violation</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5030</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Partial damage on member</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5031</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Maximum number of record locks exceeded</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5032</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Record already allocated to job</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5033</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Select/omit error</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5034</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Duplicate key in another member's access
|
||
|
path</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF503A</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Referential constraint violation</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5040</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Omitted record not retrieved</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5072</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Join value in member changed</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5079</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Commitment control resource limit exceeded</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5084</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Duplicate key for uncommitted key</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5085</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Duplicate key for uncommitted key in another
|
||
|
access path</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5090</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Unique access path problem prevents access
|
||
|
to member</td>
|
||
|
</tr>
|
||
|
<tr><td align="left" valign="top" width="30.05050505050505%" headers="d0e39 ">CPF5097</td>
|
||
|
<td align="left" valign="top" width="69.94949494949495%" headers="d0e41 ">Key mapping error</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</td></tr></table>
|
||
|
<p>You can display the full description of these messages using the
|
||
|
Display Message Description (DSPMSGD) command. </p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafohedfp.htm" title="When your database applications perform actions on your database files, you should monitor messages about file errors that the program detected so that you can take the proper actions to prevent the errors.">Monitor database file errors in a program</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="../rbam6/monmg.htm">Monitor for messages in a CL program or procedure</a></div>
|
||
|
<div><a href="../rbam6/rbam6clmain.htm">Control language (CL)</a></div>
|
||
|
</div>
|
||
|
<div class="relref"><strong>Related reference</strong><br />
|
||
|
<div><a href="../cl/dspmsgd.htm">Display Message Description (DSPMSGD) command</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|