ibm-information-center/dist/eclipse/plugins/i5OS.ic.rbam6_5.4.0.1/rbam6charuse.htm

119 lines
7.6 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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="Special character use" />
<meta name="abstract" content="Special characters can be used only in these special ways or inside quoted character strings or comments." />
<meta name="description" content="Special characters can be used only in these special ways or inside quoted character strings or comments." />
<meta name="DC.Relation" scheme="URI" content="rbam6charsetval.htm" />
<meta name="DC.Relation" scheme="URI" content="rbam6charset.htm" />
<meta name="DC.Relation" scheme="URI" content="rbam6symops.htm" />
<meta name="DC.Relation" scheme="URI" content="rbam6opsinexp.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="rbam6charuse" />
<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>Special character use</title>
</head>
<body id="rbam6charuse"><a name="rbam6charuse"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Special character use</h1>
<div><p>Special characters can be used only in these special ways or inside
quoted character strings or comments.</p>
<p>The special EBCDIC characters are used by the CL in various ways. They
are most frequently used as delimiters and as symbolic operators in expressions.
The special characters, as shown in the following table, have assigned meanings
when coded in control language commands:</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><caption>Table 1. Delimiters</caption><thead align="left"><tr><th valign="top" width="23.389830508474578%" id="d0e29">Name</th>
<th valign="top" width="24.40677966101695%" id="d0e31">Symbol</th>
<th valign="top" width="52.20338983050847%" id="d0e33">Meanings</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="23.389830508474578%" headers="d0e29 ">Apostrophe</td>
<td valign="top" width="24.40677966101695%" headers="d0e31 ">'  '</td>
<td valign="top" width="52.20338983050847%" headers="d0e33 ">Single apostrophe delimiters indicate the beginning and end of a quoted
character string (a constant).</td>
</tr>
<tr><td valign="top" width="23.389830508474578%" headers="d0e29 ">Begin and end comment</td>
<td valign="top" width="24.40677966101695%" headers="d0e31 ">/*  */</td>
<td valign="top" width="52.20338983050847%" headers="d0e33 ">Indicates the beginning and end of a comment.</td>
</tr>
<tr><td valign="top" width="23.389830508474578%" headers="d0e29 ">Blank</td>
<td valign="top" width="24.40677966101695%" headers="d0e31 "> <sup>b</sup> <sup>1</sup> </td>
<td valign="top" width="52.20338983050847%" headers="d0e33 ">Basic delimiter for separating parts of a command (label, command name,
and its parameters), and for separating values inside lists.</td>
</tr>
<tr><td valign="top" width="23.389830508474578%" headers="d0e29 ">Colon</td>
<td valign="top" width="24.40677966101695%" headers="d0e31 ">:</td>
<td valign="top" width="52.20338983050847%" headers="d0e33 ">Ending delimiter for command labels. Separates parts of time values. <sup>3</sup></td>
</tr>
<tr><td valign="top" width="23.389830508474578%" headers="d0e29 ">Comma</td>
<td valign="top" width="24.40677966101695%" headers="d0e31 ">,</td>
<td valign="top" width="52.20338983050847%" headers="d0e33 ">In many countries, used as decimal point in numeric values. Separates
parts of date values. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="23.389830508474578%" headers="d0e29 ">Left and right parentheses</td>
<td valign="top" width="24.40677966101695%" headers="d0e31 ">( )</td>
<td valign="top" width="52.20338983050847%" headers="d0e33 ">Grouping delimiter for lists and parameter values, and for evaluating
the order of expressions.</td>
</tr>
<tr><td valign="top" width="23.389830508474578%" headers="d0e29 ">Period</td>
<td valign="top" width="24.40677966101695%" headers="d0e31 ">.</td>
<td valign="top" width="52.20338983050847%" headers="d0e33 ">Decimal point. Used to separate the name and extension of a document
and folder name and to separate the parts of date values. <sup>2</sup></td>
</tr>
<tr><td valign="top" width="23.389830508474578%" headers="d0e29 ">Quote</td>
<td valign="top" width="24.40677966101695%" headers="d0e31 ">"  "</td>
<td valign="top" width="52.20338983050847%" headers="d0e33 ">Start of a quoted object name.</td>
</tr>
<tr><td valign="top" width="23.389830508474578%" headers="d0e29 ">Slash</td>
<td valign="top" width="24.40677966101695%" headers="d0e31 ">/</td>
<td valign="top" width="52.20338983050847%" headers="d0e33 ">Connects parts of qualified names or path names.</td>
</tr>
<tr><td valign="top" width="23.389830508474578%" headers="d0e29 ">Slashes</td>
<td valign="top" width="24.40677966101695%" headers="d0e31 ">//</td>
<td valign="top" width="52.20338983050847%" headers="d0e33 ">Identifying characters used in positions 1 and 2 of BCHJOB, ENDBCHJOB,
and DATA commands in the job stream. Also, used as a default delimiter on
inline data files.</td>
</tr>
<tr><td colspan="3" valign="top" headers="d0e29 d0e31 d0e33 "><div class="note"><span class="notetitle">Note:</span> <ol><li>Because this character does not resolve in the online version of this
book, <sup>b</sup> is used to represent a blank space only when the character
cannot be clearly explained in another manner. </li>
<li>Valid only when the job date separator value specifies the same character.</li>
<li>Valid only when the job time separator value specifies the same character.</li>
</ol>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbam6charsetval.htm" title="This topic explains the usage of the EBCDIC character sets, special characters, and IBM -defined fixed values called predefined values.">CL character sets and values</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rbam6charset.htm" title="The control language uses the extended binary-coded decimal interchange code (EBCDIC) character set.">Character sets</a></div>
<div><a href="rbam6symops.htm" title="A variety of characters can be used as symbolic operators in CL commands.">Symbolic operators</a></div>
</div>
<div class="relref"><strong>Related reference</strong><br />
<div><a href="rbam6opsinexp.htm" title="Operators are used in expressions to indicate an action to be performed on the operands in the expression or the relationship between the operands.">Operators in expressions</a></div>
</div>
</div>
</body>
</html>