49 lines
3.3 KiB
HTML
49 lines
3.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="copyright" content="(C) Copyright IBM Corporation 2005" />
|
|
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
|
|
<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="Normal completion of errors by the server" />
|
|
<meta name="abstract" content="A major and minor return code of 0000 indicates that the operation requested by your program completed successfully." />
|
|
<meta name="description" content="A major and minor return code of 0000 indicates that the operation requested by your program completed successfully." />
|
|
<meta name="DC.subject" content="normal completion return code, return code, description, major 00, return code, normal completion" />
|
|
<meta name="keywords" content="normal completion return code, return code, description, major 00, return code, normal completion" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3recoveryerr.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbal3norcom" />
|
|
<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>Normal completion of errors by the server</title>
|
|
</head>
|
|
<body id="rbal3norcom"><a name="rbal3norcom"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Normal completion of errors by the server</h1>
|
|
<div><p>A major and minor return code of 0000 indicates that the operation
|
|
requested by your program completed successfully. </p>
|
|
<p>Most of the time, the server issues no message. In some cases, the server
|
|
might use a diagnostic message to inform the user of some unusual condition
|
|
that it cannot handle, but which might be considered an error under some conditions. For example, it might ignore a parameter that is not valid, or it might take
|
|
some default action.</p>
|
|
<p>For communications devices, a major return code of 00, indicating successful
|
|
completion with data received, is accompanied by a minor return code that
|
|
indicates what operation the application program is expected to perform next. The nonzero minor does not indicate an error. No message is issued.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal3recoveryerr.htm" title="This section describes the errors you might receive and the actions you should take to recover from those errors.">Recover from file server errors</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |