67 lines
4.5 KiB
HTML
67 lines
4.5 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="CL concepts" />
|
||
|
<meta name="abstract" content="This describes concepts useful when using control language (CL) commands." />
|
||
|
<meta name="description" content="This describes concepts useful when using control language (CL) commands." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbam6clmain.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="intro.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbam6alphalist.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="intpgm.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="parameters.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbam6clprograms.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbam6objects.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbam6clfiles.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="rbam6clconcepts" />
|
||
|
<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>CL concepts</title>
|
||
|
</head>
|
||
|
<body id="rbam6clconcepts"><a name="rbam6clconcepts"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">CL concepts</h1>
|
||
|
<div><p>This describes concepts useful when using control
|
||
|
language (CL) commands.</p>
|
||
|
</div>
|
||
|
<div>
|
||
|
<ul class="ullinks">
|
||
|
<li class="ulchildlink"><strong><a href="intro.htm">System operation control</a></strong><br />
|
||
|
This describes how you can control the operation of the system using control language (CL), menu options, and system messages.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbam6alphalist.htm">Commands</a></strong><br />
|
||
|
This defines a command and provides information about how commands are named, the parts of a command, and command documentation. A control language (CL) command is a single control language statement.</li>
|
||
|
<li class="ulchildlink"><strong><a href="intpgm.htm">CL programs and procedures</a></strong><br />
|
||
|
CL programs and procedures are created from source statements consisting entirely of control language commands. The commands are compiled into either an OPM program or an ILE module that can be bound into programs made up of modules written in CL or other languages.</li>
|
||
|
<li class="ulchildlink"><strong><a href="parameters.htm">Parameters</a></strong><br />
|
||
|
A parameter is a value that is passed to a command or program to provide user input or control the actions of the command or program.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbam6clprograms.htm">Control language elements</a></strong><br />
|
||
|
This covers elements of CL such as character sets and values, expressions, built-in functions, and naming within commands.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbam6objects.htm">Objects</a></strong><br />
|
||
|
An i5/OS™ object
|
||
|
is a named unit that exists (occupies space) in storage, and on which operations
|
||
|
are performed by the operating system. i5/OS™ objects provide the means through
|
||
|
which all data processing information is stored and processed by i5/OS™. </li>
|
||
|
<li class="ulchildlink"><strong><a href="rbam6clfiles.htm">Database and device files used by CL commands</a></strong><br />
|
||
|
This provides a cross-reference between the commands and the IBM-supplied files used by the commands.</li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbam6clmain.htm">Control language</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|