72 lines
4.8 KiB
HTML
72 lines
4.8 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="Command errors when processing command definition statements" />
|
|
<meta name="abstract" content="The types of errors that are caught during processing of the command definition statements include syntax errors, references to keywords and labels not defined, and missing statements." />
|
|
<meta name="description" content="The types of errors that are caught during processing of the command definition statements include syntax errors, references to keywords and labels not defined, and missing statements." />
|
|
<meta name="DC.subject" content="command definition, statement, error during processing, error, command definition statement, command, CL, defining, error encountered" />
|
|
<meta name="keywords" content="command definition, statement, error during processing, error, command definition statement, command, CL, defining, error encountered" />
|
|
<meta name="DC.Relation" scheme="URI" content="ccmds.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="cdslt.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="cdslt.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../books/c0926050.pdf" />
|
|
<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="cdefs" />
|
|
<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>Command errors when processing command definition statements</title>
|
|
</head>
|
|
<body id="cdefs"><a name="cdefs"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Command errors when processing command definition statements</h1>
|
|
<div><p>The types of errors that are caught during processing of the command
|
|
definition statements include syntax errors, references to keywords and labels
|
|
not defined, and missing statements. </p>
|
|
<p>The following types of errors detected by the command definition compiler
|
|
stop the command from being created (severity codes are ignored). </p>
|
|
<ul><li>Value errors</li>
|
|
<li>Syntax errors</li>
|
|
</ul>
|
|
<p>Even after an error that stops the command from being created is encountered,
|
|
the command definition compiler continues to check the source for other errors.
|
|
Syntax errors and fixed value errors prevent final checking that identifies
|
|
errors in user names and values or references to keywords or labels. Checking
|
|
for syntax errors and fixed value errors does continue. This lets you see
|
|
and correct as many errors as possible before you try to create the command
|
|
again. To correct errors made in the source statements, you use the EDTF
|
|
(Edit File) command, or you can use the Source Entry Utility (SEU), which
|
|
is part of the WebSphere<sup>®</sup> Development
|
|
Studio (formerly known as ADTS for AS/400<sup>®</sup>). </p>
|
|
<p>In the command definition source list, an error condition that relates
|
|
directly to a specific source statement is listed after that command. Messages
|
|
that do not relate to a specific source statement but are more general in
|
|
nature are listed in a messages section of the list, not inline with source
|
|
statements.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="ccmds.htm" title="After you have defined your command through the command definition statements, you use the Create Command (CRTCMD) command to create the command.">Create commands</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="cdslt.htm" title="When you create a command, a source list is produced.">Command definition source listing</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../books/c0926050.pdf" target="_blank">ADTS for AS/400: Source Entry Utility PDF</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |