57 lines
3.5 KiB
HTML
57 lines
3.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="reference" />
|
|
<meta name="DC.Title" content="Transfer files that contain packed decimal data between iSeries servers" />
|
|
<meta name="abstract" content="Using File Transfer Protocol (FTP), you cannot convert special numeric formats like packed decimal or zoned decimal." />
|
|
<meta name="description" content="Using File Transfer Protocol (FTP), you cannot convert special numeric formats like packed decimal or zoned decimal." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqfrmt.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzaiqreferencedt1" />
|
|
<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>Transfer files that contain packed decimal data between iSeries servers</title>
|
|
</head>
|
|
<body id="rzaiqreferencedt1"><a name="rzaiqreferencedt1"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Transfer files that contain packed decimal data between iSeries servers</h1>
|
|
<div><p>Using File Transfer Protocol (FTP), you cannot convert special
|
|
numeric formats like packed decimal or zoned decimal.</p>
|
|
<div class="section"><p>The transfer of packed decimal or zoned decimal data is supported
|
|
between iSeries™ servers
|
|
when you use either a transfer type of TYPE I (BINARY) or TYPE E (EBCDIC)
|
|
with a transmission mode of BLOCK; these transfer types send the data as is
|
|
without any conversion. The results of any other transfer type are unpredictable.</p>
|
|
<p>When
|
|
transferring packed or zoned data in an externally-described QSYS.LIB file,
|
|
the target file should be pre-created in the same manner as the source file.
|
|
This restriction applies to data containing any special numeric format or
|
|
when keyed access is required.</p>
|
|
<p>When transferring data with a transfer
|
|
type of binary, the record length of the target file must be the same as the
|
|
record length of the source file.</p>
|
|
<p>Before packed decimal or zoned decimal
|
|
data can be transferred to or from other system architectures (such as S/390<sup>®</sup> or UNIX<sup>®</sup>),
|
|
you must convert the data to printable form.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiqfrmt.htm" title="Before you begin to transfer files, you must choose the appropriate file transfer type.">Data transfer methods</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |