62 lines
3.8 KiB
HTML
62 lines
3.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="Commands used in CL procedures" />
|
|
<meta name="abstract" content="A CL procedure can contain only CL commands." />
|
|
<meta name="description" content="A CL procedure can contain only CL commands." />
|
|
<meta name="DC.subject" content="CL procedure, command, used, command, CL, used in CL procedure, parameter, RQSDTA (request data), CMD (command), RQSDTA (request data) parameter, request data (RQSDTA) parameter, CMD (command) parameter, command (CMD) parameter" />
|
|
<meta name="keywords" content="CL procedure, command, used, command, CL, used in CL procedure, parameter, RQSDTA (request data), CMD (command), RQSDTA (request data) parameter, request data (RQSDTA) parameter, CMD (command) parameter, command (CMD) parameter" />
|
|
<meta name="DC.Relation" scheme="URI" content="clpro.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="clcmd.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../clfinder/finder.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="comds" />
|
|
<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>Commands used in CL procedures</title>
|
|
</head>
|
|
<body id="comds"><a name="comds"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Commands used in CL procedures</h1>
|
|
<div><p>A CL procedure can contain only CL commands. </p>
|
|
<p>These can be IBM-supplied or commands defined by you. You cannot use some
|
|
IBM-supplied commands in CL procedures. For information concerning the individual
|
|
command descriptions and their applicability in CL procedures,
|
|
see the information for a particular command using the CL command finder or
|
|
the online help.</p>
|
|
<div class="section"><h4 class="sectiontitle">Commands entered on the RQSDTA and CMD parameters</h4><p>Certain
|
|
CL commands, such as <span class="cmdname">Transfer Job (TFRJOB)</span> and <span class="cmdname">Submit
|
|
Job (SBMJOB)</span> have RQSDTA or CMD parameters that can use another
|
|
CL command as the parameter value. Commands that can only be used within CL
|
|
procedures cannot be used as values on the RQSDTA or CMD parameter.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="clcmd.htm">Common commands used in CL procedures</a></strong><br />
|
|
This contains a list of commands that are frequently used in CL procedures.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="clpro.htm" title="This provides tasks and concepts specific to CL programming.">CL programming</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../clfinder/finder.htm">CL command finder</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |