<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DAT file transfer issues in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145600#M26192</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;  possibly zipping/unzipping file may work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Dec 2008 13:58:09 GMT</pubDate>
    <dc:creator>marsh_1</dc:creator>
    <dc:date>2008-12-10T13:58:09Z</dc:date>
    <item>
      <title>DAT file transfer issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145595#M26187</link>
      <description>Hi, &lt;BR /&gt;I wanted to transfer Data file (sequential and TXT file) from VAX to UNIX and Tandem.&lt;BR /&gt;&lt;BR /&gt;For testing purpose I have transferred a sequential DAT file from VAX to Tandem using FTP.  But while checking from Tandem I found that the numeric field/string fields in the DAT file are not appearing properly. &lt;BR /&gt;&lt;BR /&gt;That is if I do FTP/BIN – string is not appearing properly and FTP/ASCII numeric field is not appearing properly.&lt;BR /&gt;&lt;BR /&gt;Any tips please?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance &lt;BR /&gt;Sethu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2008 06:22:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145595#M26187</guid>
      <dc:creator>Sethunath K.O</dc:creator>
      <dc:date>2008-12-10T06:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: DAT file transfer issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145596#M26188</link>
      <description>Sethu,&lt;BR /&gt;&lt;BR /&gt;Please post a DIRECTORY/FULL of the DAT file. &lt;BR /&gt;&lt;BR /&gt;A sample of the "problem" would also be helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 10 Dec 2008 06:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145596#M26188</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-12-10T06:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: DAT file transfer issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145597#M26189</link>
      <description>Sethu,&lt;BR /&gt;&lt;BR /&gt;What do you mean with numeric fields?&lt;BR /&gt;&lt;BR /&gt;If they are binary you maybe have a problem with different data rapresentation. This could be a different endian ordering (VAX is little endian). The floating point rapresentation on VAX is also little endian which differs from the IEEE standard.&lt;BR /&gt;&lt;BR /&gt;For data transfer between different operating systems is better to avoid binary data and use full text. Be also avare on some text rapresentations like overpunch (and zoned) numeric format rapresentation which is the default in VAX Cobol programs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 10 Dec 2008 07:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145597#M26189</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2008-12-10T07:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: DAT file transfer issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145598#M26190</link>
      <description>Hello &lt;BR /&gt;&lt;BR /&gt;A tool like CFT, renamed Synchrony Transfer now&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://axway.com/products/synchrony_transfer.php" target="_blank"&gt;http://axway.com/products/synchrony_transfer.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or XCOM &lt;BR /&gt;&lt;A href="http://www.ca.com/us/products/product.aspx?id=145" target="_blank"&gt;http://www.ca.com/us/products/product.aspx?id=145&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;installed on Vms and Tandem, will solve that problem.&lt;BR /&gt;&lt;BR /&gt;Yes, you will have to pay for both products.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2008 07:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145598#M26190</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-12-10T07:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: DAT file transfer issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145599#M26191</link>
      <description>Use xxd or DUMP or such commands and determine if what you started with matches what you ended up with; if the original file is byte-for-byte identical to the copied file.  If that's the case and the files match, then it's not the transfer, it's the data encoding.&lt;BR /&gt;&lt;BR /&gt;For data transfer and data conversions, file structures intended for interchange - such as the surprisingly hazardous CSV and the rather better XML - have become available. &lt;BR /&gt;&lt;BR /&gt;Floating point on VAX is not IEEE, and it's little endian.&lt;BR /&gt;&lt;BR /&gt;Unix can be little or big endian.&lt;BR /&gt;&lt;BR /&gt;Character encodings can differ.&lt;BR /&gt;&lt;BR /&gt;Internal file structures of (for instance) RMS indexed files or SQL databases tend not to be portable.  (Salient exception: SQLite.)&lt;BR /&gt;&lt;BR /&gt;Most applications eventually have an export mechanism, where the contents of (often opaque) binary files are transfered into CSV or XML or such, and into an ISO Latin-1 (usually) character set and (better) within a Stream LF sequential file format.&lt;BR /&gt;&lt;BR /&gt;OpenVMS itself offers no generic data export tool for random application binary files.  The application maintainer is expected to write that conversion using application-specific format knowledge, and language I/O  or RMS I/O calls or such to write the file.</description>
      <pubDate>Wed, 10 Dec 2008 13:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145599#M26191</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-12-10T13:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: DAT file transfer issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145600#M26192</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;  possibly zipping/unzipping file may work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2008 13:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145600#M26192</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2008-12-10T13:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: DAT file transfer issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145601#M26193</link>
      <description>&amp;gt; possibly zipping/unzipping file may work.&lt;BR /&gt;&lt;BR /&gt;I'd bet against that.  Zip+UnZip can fix&lt;BR /&gt;CR+LF line endings (and, perhaps, do&lt;BR /&gt;EBCDIC/ASCII conversions), but this sounds&lt;BR /&gt;like neither of those.&lt;BR /&gt;&lt;BR /&gt;"DAT file" is not a sufficient description of&lt;BR /&gt;a file's contents to say exactly what went&lt;BR /&gt;wrong, and "not appearing properly" is not a&lt;BR /&gt;very useful description of the problems,&lt;BR /&gt;either, but differences in endianity and&lt;BR /&gt;floating-point format could cause enough&lt;BR /&gt;difficulties to account for (vague)&lt;BR /&gt;complaints like this.</description>
      <pubDate>Wed, 10 Dec 2008 14:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145601#M26193</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-12-10T14:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: DAT file transfer issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145602#M26194</link>
      <description>Thank you for your help. &lt;BR /&gt;It'sworking fine now</description>
      <pubDate>Thu, 01 Jan 2009 04:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dat-file-transfer-issues/m-p/5145602#M26194</guid>
      <dc:creator>Sethunath K.O</dc:creator>
      <dc:date>2009-01-01T04:51:45Z</dc:date>
    </item>
  </channel>
</rss>

