137 lines
9.8 KiB
HTML
137 lines
9.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="reference" />
|
|
<meta name="DC.Title" content="Source file commands" />
|
|
<meta name="abstract" content="If the target server is an iSeries server or a System/38, these CL commands can support a DDM file as a source file (on the SRCFILE parameter)." />
|
|
<meta name="description" content="If the target server is an iSeries server or a System/38, these CL commands can support a DDM file as a source file (on the SRCFILE parameter)." />
|
|
<meta name="DC.subject" content="command, DDM-related, CL command list, source file, control language (CL), source file commands, CL (control language)" />
|
|
<meta name="keywords" content="command, DDM-related, CL command list, source file, control language (CL), source file commands, CL (control language)" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbae5cmdlsts.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbae5cmdlsts.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbae5typeoffile.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbae5srccmds" />
|
|
<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>Source file commands</title>
|
|
</head>
|
|
<body id="rbae5srccmds"><a name="rbae5srccmds"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Source file commands</h1>
|
|
<div><p>If the target server is an <span class="keyword">iSeries™ server</span> or
|
|
a <span class="keyword">System/38™</span>, these CL commands
|
|
can support a DDM file as a source file (on the SRCFILE parameter).</p>
|
|
<div class="section"><p>If the target server is not an <span class="keyword">iSeries server</span> or
|
|
a <span class="keyword">System/38</span>, a DDM file name
|
|
should not be specified on the SRCFILE parameter, because the remote file
|
|
is neither an <span class="keyword">iSeries server</span> nor
|
|
a <span class="keyword">System/38</span> source file.</p>
|
|
</div>
|
|
<div class="section"><p>These commands can also be affected by file overrides (by using
|
|
the Override with Database File [OVRDBF] command).</p>
|
|
</div>
|
|
<div class="section"> <div class="note"><span class="notetitle">Note:</span> These commands cannot run on the source server to create a
|
|
file on any target server; they can, however, be submitted to run on the target
|
|
server using the Submit Remote Command (SBMRMTCMD) command. </div>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" width="100%" frame="border" border="1" rules="all"><thead align="left"><tr><th align="left" valign="bottom" width="50%" id="d0e79"><strong>Command name</strong></th>
|
|
<th align="left" valign="bottom" width="50%" id="d0e82"><strong>Descriptive name</strong></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTBASPGM</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create BASIC Program</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTBSCF</span><sup>1</sup></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create BSC File</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTCBLPGM</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create COBOL Program</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTCLPGM</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create CL Program</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTCMD</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create Command</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTCMNF</span><sup>1</sup></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create Communications File</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTCPGM</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create C Program</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTDSPF</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create Display File</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTICFF</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create Intersystem Communications Function
|
|
File<sup>1</sup></strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTMXDF</span><sup>2</sup></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create Mixed File</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTPLIPGM</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create PL/I Program</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTPRTF</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create Printer File</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTPRTIMG</span><sup>2</sup></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create Print Image</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTRPGPGM</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create RPG Program</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTRPTPGM</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create Auto Report Program</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">CRTTBL</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Create Table</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">FMTDTA</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Format Data</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">STRBAS</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Start BASIC</strong></td>
|
|
</tr>
|
|
<tr><td align="left" valign="top" width="50%" headers="d0e79 "><strong><span class="cmdname">STRBASPRC</span></strong></td>
|
|
<td align="left" valign="top" width="50%" headers="d0e82 "><strong>Start BASIC Procedure</strong></td>
|
|
</tr>
|
|
<tr><td colspan="2" align="left" valign="top" headers="d0e79 d0e82 "><dl><dt class="dlterm"><sup>1</sup></dt>
|
|
<dd>CRTICFF is valid on an <span class="keyword">iSeries server</span>. <span class="cmdname">CRTCMNF</span>, <span class="cmdname">CRTBSCF</span>,
|
|
and <span class="cmdname">CRTMXDF</span> commands are valid either on <span class="keyword">System/38</span> or <span class="keyword">System/38</span> environment on an <span class="keyword">iSeries server</span>.</dd>
|
|
<dt class="dlterm"><sup>2</sup></dt>
|
|
<dd>If used with the <span class="cmdname">SBMRMTCMD</span> command, the target must
|
|
be a <span class="keyword">System/38</span>.</dd>
|
|
</dl>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbae5cmdlsts.htm" title="The control language (CL) commands that have a specific relationship with DDM are grouped in charts in these topics to show the command functions that are available with DDM, those having common limitations when used with DDM, and those that cannot be used with DDM.">DDM-related CL command lists</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="rbae5cmdlsts.htm" title="The control language (CL) commands that have a specific relationship with DDM are grouped in charts in these topics to show the command functions that are available with DDM, those having common limitations when used with DDM, and those that cannot be used with DDM.">DDM-related CL command lists</a></div>
|
|
<div><a href="rbae5typeoffile.htm" title="i5/OS DDM supports all iSeries file types when the target server is another iSeries server.">Types of files supported by i5/OS DDM</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |