<?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: Copy Mainframe file to HPUX format in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092775#M310567</link>
    <description>"HP is the client, the problem I am facing cant list the file.&lt;BR /&gt;&lt;BR /&gt;I mean HP form is ASCII.&lt;BR /&gt;&lt;BR /&gt;File in the folder like below.&lt;BR /&gt;&lt;BR /&gt;/inbox/'IN.DEAD'&lt;BR /&gt;&lt;BR /&gt;ls -l IN.DEAD"&lt;BR /&gt;================================&lt;BR /&gt;NOTE: 'IN.DEAD' is not the same as IN.DEAD.&lt;BR /&gt;&lt;BR /&gt;You've got quotes some places and not in others.  You don't need the quoutes, so take a look at the transfer script again to see why the are there&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 29 Oct 2007 09:36:50 GMT</pubDate>
    <dc:creator>OldSchool</dc:creator>
    <dc:date>2007-10-29T09:36:50Z</dc:date>
    <item>
      <title>Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092765#M310557</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I have ftp the file form MF  to HPUX box and  trying to copy Mainframe file 'IN.DEAD' to hpux format.&lt;BR /&gt;&lt;BR /&gt;Pleas let me how to do it. When I give ls -l IN.DEAD it come out file not found.&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;Ashan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2007 09:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092765#M310557</guid>
      <dc:creator>ashanabey</dc:creator>
      <dc:date>2007-10-26T09:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092766#M310558</link>
      <description>if you don't see it in the directory you were working in, then you either didn't get it transferred or you put it someplace else.&lt;BR /&gt;&lt;BR /&gt;on the hpux box, you should be able to find it w/&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;find . -name IN.DEAD&lt;BR /&gt;&lt;BR /&gt;it'll take a while.&lt;BR /&gt;&lt;BR /&gt;next question is: What do you mean by "hpux format"?  is the original data text or binary?</description>
      <pubDate>Fri, 26 Oct 2007 09:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092766#M310558</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2007-10-26T09:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092767#M310559</link>
      <description>ashanabey the easy way to do this is when you ftp the file bring it down as ascii.</description>
      <pubDate>Fri, 26 Oct 2007 09:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092767#M310559</guid>
      <dc:creator>David Bellamy</dc:creator>
      <dc:date>2007-10-26T09:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092768#M310560</link>
      <description>The "dd" command has conversion from EEBCDIC to ASCII (when you say MF, I'm assuming an IBM variant, but more info would be helpful).&lt;BR /&gt;&lt;BR /&gt;check the manuals for "dd"&lt;BR /&gt;&lt;BR /&gt;&amp;gt; man dd</description>
      <pubDate>Fri, 26 Oct 2007 10:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092768#M310560</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-10-26T10:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092769#M310561</link>
      <description>When you say HPUX format do you mean ascii? If so try:&lt;BR /&gt;&lt;BR /&gt;dd if=IN.DEAD cbs=220 conv=ascii of=in.dead.ascii  &lt;BR /&gt;&lt;BR /&gt;This usually works for me.</description>
      <pubDate>Sat, 27 Oct 2007 08:39:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092769#M310561</guid>
      <dc:creator>Ian P Smith</dc:creator>
      <dc:date>2007-10-27T08:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092770#M310562</link>
      <description>&amp;gt; I have ftp the file form MF to HPUX box [...]&lt;BR /&gt;&lt;BR /&gt;How?  Which system was the client and which&lt;BR /&gt;was the server?  Most FTP clients tell you&lt;BR /&gt;the name of the file at each end when they&lt;BR /&gt;move one.  It might help if you showed&lt;BR /&gt;exactly what you did instead of making us&lt;BR /&gt;guess.</description>
      <pubDate>Sat, 27 Oct 2007 09:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092770#M310562</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-27T09:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092771#M310563</link>
      <description>HP is the client, the problem I am facing  cant list the file.&lt;BR /&gt;&lt;BR /&gt;I mean HP form is ASCII.&lt;BR /&gt;&lt;BR /&gt;File in the folder like below.&lt;BR /&gt;&lt;BR /&gt;/inbox/'IN.DEAD'&lt;BR /&gt;&lt;BR /&gt;ls -l IN.DEAD &lt;BR /&gt;&lt;BR /&gt;Massage come out file not found&lt;BR /&gt;&lt;BR /&gt;So I cant use find command.&lt;BR /&gt;&lt;BR /&gt;Any good idea&lt;BR /&gt;&lt;BR /&gt;Thx!&lt;BR /&gt;Ashan&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Oct 2007 10:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092771#M310563</guid>
      <dc:creator>ashanabey</dc:creator>
      <dc:date>2007-10-27T10:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092772#M310564</link>
      <description>&amp;gt; It might help if you showed&lt;BR /&gt;&amp;gt; exactly what you did instead of making us&lt;BR /&gt;&amp;gt; guess.&lt;BR /&gt;&lt;BR /&gt;Here, this means showing a transcript of the&lt;BR /&gt;FTP session.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; File in the folder like below.&lt;BR /&gt;&amp;gt; /inbox/'IN.DEAD'&lt;BR /&gt;&lt;BR /&gt;You seem to have gotten the apostrophes into&lt;BR /&gt;the file name.  Perhaps something like this&lt;BR /&gt;would straighten things out:&lt;BR /&gt;&lt;BR /&gt;mv *IN.DEAD* IN.DEAD&lt;BR /&gt;&lt;BR /&gt;It might help to avoid using apostrophes in&lt;BR /&gt;your FTP commands (which we still haven't&lt;BR /&gt;seen).</description>
      <pubDate>Sat, 27 Oct 2007 11:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092772#M310564</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-27T11:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092773#M310565</link>
      <description>#ll -l&lt;BR /&gt;Hi Steven,&lt;BR /&gt;below this the screen out..1st I am try to list the file but it cant find.&lt;BR /&gt;&lt;BR /&gt;Thx!&lt;BR /&gt;Ashan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-rw-r--r--   1 root       sys        3105702 Oct 26 09:33 'IN.DEADIN.CONVERT'&lt;BR /&gt;-rwxr-xr-x   1 root       sys            241 Aug 16 09:14 aa.sh&lt;BR /&gt;&lt;BR /&gt;IN* not found&lt;BR /&gt;bepdr4:/ashan # ll -al IN*DEAD*CONVERT*&lt;BR /&gt;IN*DEAD*CONVERT* not found&lt;BR /&gt;bepdr4:/ashan # ll -al 'IN*DEAD*CONVERT*'&lt;BR /&gt;IN*DEAD*CONVERT* not found&lt;BR /&gt;bepdr4:/ashan # ll -l 'IN*DEAD*CONVERT*'&lt;BR /&gt;IN*DEAD*CONVERT* not found&lt;BR /&gt;bepdr4:/ashan #&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2007 08:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092773#M310565</guid>
      <dc:creator>ashanabey</dc:creator>
      <dc:date>2007-10-29T08:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092774#M310566</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I didn't realize HP-UX had a format.&lt;BR /&gt;&lt;BR /&gt;HP-UX uses ascii,not ebsidic(forgive my transliteration) and has two basic choices on file transfer, binary/ascii. Determine the file type and try a ftp or sftp client for the mainframe and see how it goes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 29 Oct 2007 08:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092774#M310566</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-29T08:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092775#M310567</link>
      <description>"HP is the client, the problem I am facing cant list the file.&lt;BR /&gt;&lt;BR /&gt;I mean HP form is ASCII.&lt;BR /&gt;&lt;BR /&gt;File in the folder like below.&lt;BR /&gt;&lt;BR /&gt;/inbox/'IN.DEAD'&lt;BR /&gt;&lt;BR /&gt;ls -l IN.DEAD"&lt;BR /&gt;================================&lt;BR /&gt;NOTE: 'IN.DEAD' is not the same as IN.DEAD.&lt;BR /&gt;&lt;BR /&gt;You've got quotes some places and not in others.  You don't need the quoutes, so take a look at the transfer script again to see why the are there&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2007 09:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092775#M310567</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2007-10-29T09:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092776#M310568</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;I manager to fix my problem by doing below&lt;BR /&gt;&lt;BR /&gt;be4:/ashan # ls -l|awk '{print $9}'|grep 'IN*' |while read a&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; mv $a in.dead.convert&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;&lt;BR /&gt;bepdr4:/ashan # ls -l&lt;BR /&gt;&lt;BR /&gt;-rw-r--r--   1 root       sys        3105702 Oct 26 09:33 in.dead.convert&lt;BR /&gt;&lt;BR /&gt;Its works now!&lt;BR /&gt;&lt;BR /&gt;Thx!&lt;BR /&gt;&lt;BR /&gt;Ashan&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092776#M310568</guid>
      <dc:creator>ashanabey</dc:creator>
      <dc:date>2007-10-29T10:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092777#M310569</link>
      <description>&amp;gt; &amp;gt; It might help if you showed&lt;BR /&gt;&amp;gt; &amp;gt; exactly what you did instead of making us&lt;BR /&gt;&amp;gt; &amp;gt; guess.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Here, this means showing a transcript of the&lt;BR /&gt;&amp;gt; FTP session.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; below this the screen out..&lt;BR /&gt;&lt;BR /&gt;That's not the FTP session, is it?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I manager to fix my problem by doing below&lt;BR /&gt;&lt;BR /&gt;There are many ways to rename a file.  You&lt;BR /&gt;have found one of the more difficult ones.&lt;BR /&gt;&lt;BR /&gt;If we could see your FTP session, it would&lt;BR /&gt;probably be possible to show you how to do&lt;BR /&gt;this the easy way.  Normally, the FTP GET&lt;BR /&gt;command lets you specify the remote file name&lt;BR /&gt;_and_ a local file name, which can be&lt;BR /&gt;anything you wish.  This is particularly&lt;BR /&gt;useful when working with two operating/file&lt;BR /&gt;systems where file names are much different.</description>
      <pubDate>Mon, 29 Oct 2007 13:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092777#M310569</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-29T13:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092778#M310570</link>
      <description>Thanks for help.&lt;BR /&gt;&lt;BR /&gt;After rename the file I have convert IN.DEAD to ebcdic format MVS.&lt;BR /&gt;&lt;BR /&gt;I use below dd command&lt;BR /&gt;&lt;BR /&gt;dd if=deadin.convert.txt conv=ebcdic  of=DEADIN.CONVERT&lt;BR /&gt;&lt;BR /&gt;I have attached the source file and output file also.&lt;BR /&gt;&lt;BR /&gt;I am getting garbage characters what is best way to convert to ebcdic.&lt;BR /&gt;&lt;BR /&gt;thx!&lt;BR /&gt;Ashan</description>
      <pubDate>Mon, 29 Oct 2007 14:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092778#M310570</guid>
      <dc:creator>ashanabey</dc:creator>
      <dc:date>2007-10-29T14:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092779#M310571</link>
      <description>&amp;gt; [...] I have convert IN.DEAD to ebcdic [...]&lt;BR /&gt;&lt;BR /&gt;_To_ EBCDIC?  Wasn't it _already_ EBCDIC on&lt;BR /&gt;the "Mainframe" system?  What did you do, an&lt;BR /&gt;ASCII FTP transfer?  (Of course, if you had&lt;BR /&gt;showed us your FTP session transcript, I&lt;BR /&gt;wouldn't need to ask this.)  If you don't&lt;BR /&gt;want the EBCDIC-to-ASCII conversion, you&lt;BR /&gt;might try a binary (Image) FTP transfer.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; what is best way to convert to ebcdic.&lt;BR /&gt;&lt;BR /&gt;The _best_ way is not to convert EBCDIC to&lt;BR /&gt;ASCII in the first place.</description>
      <pubDate>Mon, 29 Oct 2007 15:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092779#M310571</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-29T15:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Mainframe file to HPUX format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092780#M310572</link>
      <description>I convert ebcdic to ascii all the time. Use the dd command I previously posted.</description>
      <pubDate>Thu, 08 Nov 2007 03:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-mainframe-file-to-hpux-format/m-p/4092780#M310572</guid>
      <dc:creator>Ian P Smith</dc:creator>
      <dc:date>2007-11-08T03:21:39Z</dc:date>
    </item>
  </channel>
</rss>

