ibm-information-center/dist/eclipse/plugins/i5OS.ic.ddm_5.4.0.1/rbae5crtpf.htm

111 lines
6.6 KiB
HTML
Raw Permalink Normal View History

2024-04-02 14:02:31 +00:00
<?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="CRTPF (Create Physical File) command" />
<meta name="abstract" content="The Create Physical File (CRTPF) command can be used to create files on the source and target servers through the SYSTEM parameter." />
<meta name="description" content="The Create Physical File (CRTPF) command can be used to create files on the source and target servers through the SYSTEM parameter." />
<meta name="DC.subject" content="command, DDM-related, CL command considerations, CRTPF (Create Physical File), command, Create Physical File (CRTPF), command, CL, Create Physical File (CRTPF), physical file, creating, command, CL, CRTPF (Create Physical File), OPTION parameter, GENLVL (Generation Severity Level) parameter" />
<meta name="keywords" content="command, DDM-related, CL command considerations, CRTPF (Create Physical File), command, Create Physical File (CRTPF), command, CL, Create Physical File (CRTPF), physical file, creating, command, CL, CRTPF (Create Physical File), OPTION parameter, GENLVL (Generation Severity Level) parameter" />
<meta name="DC.Relation" scheme="URI" content="rbae5cmdcnsd.htm" />
<meta name="DC.Relation" scheme="URI" content="rbae5ddskywd.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="rbae5crtpf" />
<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>CRTPF (Create Physical File) command</title>
</head>
<body id="rbae5crtpf"><a name="rbae5crtpf"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1"><span class="cmdname">CRTPF (Create Physical File)</span> command</h1>
<div><p>The<span class="cmdname"> Create Physical File (CRTPF)</span> command can
be used to create files on the source and target servers through the SYSTEM
parameter.</p>
<div class="section"><p> Consider the following items when using the SYSTEM parameter
values:</p>
<ul><li>When you specify *LCL, the file is created on the local server.</li>
<li>When you specify *RMT, the file is created on the remote server. You must
specify a DDM file on the FILE parameter.</li>
<li>When you specify *FILETYPE, if a DDM file has been specified on the FILE
parameter, a remote file is created. If a DDM file has not been specified,
a local file is created.</li>
</ul>
</div>
<div class="section"><p>Consider the following items when using this command with DDM:
</p>
<ul><li>The FILE parameter is the name of the DDM file that represents the remote
file being created. The remote file specified in the DDM file is the file
that is created on the remote server (which is also specified in the DDM file).</li>
<li>The OPTION and GENLVL parameters create the same results as for local
processing. These parameters have no effect on the remote command sent.</li>
<li>If *JOB is specified as the value of a parameter or is in the data description
specification (DDS) for that file, the attribute of that source job is used
for file and field attributes. The attribute of the source job is also used
when the default for a file or field attribute is the job attribute.</li>
<li>For a target server other than an <span class="keyword">iSeries™ server</span>:
<ul><li>The format name is ignored.</li>
<li>These parameters are ignored: <ul><li>AUT</li>
<li>CONTIG</li>
<li>DLTPCT</li>
<li>FRCRATIO</li>
<li>FRCACCPTH</li>
<li>LVLCHK</li>
<li>MAINT</li>
<li>MAXMBRS2</li>
<li>MBR</li>
<li>RECOVER</li>
<li>REUSEDLT</li>
<li>SHARE</li>
<li>UNIT</li>
<li>WAITFILE</li>
<li>WAITRCD</li>
</ul>
<div class="note"><span class="notetitle">Note:</span> For <span class="keyword">System/38™</span> targets,
the <span class="cmdname">SBMRMTCMD</span> command can be used to change these attributes.</div>
</li>
<li>FILETYPE must be *DATA.</li>
<li>All other parameters are supported.</li>
<li>If a member name is specified, it must match the DDM file name.</li>
<li>The only CCSID values that are supported are: <ul><li>*HEX</li>
<li>65535</li>
<li>*JOB</li>
<li>Process CCSID of the source job</li>
</ul>
The file is not created if any other CCSID value is specified.</li>
<li>When the DDS keyword VARLEN is used, DDM tries to create a variable-length
record file on the target server. There are some specific rules for this keyword.</li>
</ul>
</li>
<li>On an <span class="keyword">iSeries</span> target server,
all parameters of the <span class="cmdname">CRTPF</span> command are supported with
one restriction: authorization lists are not allowed for the AUT (public
authority) parameter. DDM cannot guarantee the existence of the authorization
list on the target server or that the same user IDs are in the list if it
does exist. The public authority is changed to *EXCLUDE when you use an authorization
list as a value for the AUT parameter of the <span class="cmdname">CRTPF</span> command.</li>
</ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbae5cmdcnsd.htm" title="This topic collection describes DDM-related specifics about iSeries CL commands when they are used with DDM files. These topics discuss running the commands on the source server and do not discuss them being submitted to run on the target server by the Submit Remote Command (SBMRMTCMD) command.">DDM-related CL command considerations</a></div>
</div>
<div class="relref"><strong>Related reference</strong><br />
<div><a href="rbae5ddskywd.htm" title="The information about DDS keywords that relates specifically to DDM is provided in this topic.">DDM-related DDS keywords and information</a></div>
</div>
</div>
</body>
</html>