<?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: Question concerning FTP from z/OS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207140#M14739</link>
    <description>&amp;gt; [...] I assume this change is to the entire&lt;BR /&gt;&amp;gt; OS environment, [...]&lt;BR /&gt;&lt;BR /&gt;Yup.&lt;BR /&gt;&lt;BR /&gt;If anyone has ported wget to z/OS, you might&lt;BR /&gt;be able to use it to do the job more easily, but I've never heard of it having been done.&lt;BR /&gt;(That's not a non-existence proof, however.)&lt;BR /&gt;&lt;BR /&gt;You may need to create a more complex/capable&lt;BR /&gt;script/procedure to do the job.  (Get a file&lt;BR /&gt;listing, process the names, fetch the files.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I am not a OpenMVS person.&lt;BR /&gt;&lt;BR /&gt;No one is.  It's VMS.  MVS is IBM.</description>
    <pubDate>Thu, 29 May 2008 14:57:22 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2008-05-29T14:57:22Z</dc:date>
    <item>
      <title>Question concerning FTP from z/OS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207135#M14734</link>
      <description>I have a question concerning FTP.  I am on a z/OS system and I am FTPing into a OpenMVS system.  I am issuing an MGET command to get all files that start with MRX*.* .  The MGET command uses the file name on OpenMVS to create the dataset name on the mainframe.  The problem is that there is a ;1 at the end of all file names when you do a LS command on OpenMVS and the MGET is seeing that as part of the filename.  The ;1 is an illegal dataset name on the mainframe and the FTP fails.&lt;BR /&gt;&lt;BR /&gt;So my question is what is the ;1 and can anything be done about it to maybe suppress it?&lt;BR /&gt;&lt;BR /&gt;Hopefully this question makes sense, I am not a OpenMVS person.  Any help will be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Bruce</description>
      <pubDate>Thu, 29 May 2008 13:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207135#M14734</guid>
      <dc:creator>Crazy Water</dc:creator>
      <dc:date>2008-05-29T13:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question concerning FTP from z/OS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207136#M14735</link>
      <description>Depending on the TCPIP stack used on the VMS side, there may be SET commands or logical names to prevent the transmission of the version numbers.&lt;BR /&gt;E.g. the HP TCP/IP Services stack suppresses the version numers when defining:&lt;BR /&gt;&lt;BR /&gt;$ DEFINE /SYSTEM/EXEC TCPIP$FTP_NO_VERSION 1&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 29 May 2008 13:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207136#M14735</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2008-05-29T13:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question concerning FTP from z/OS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207137#M14736</link>
      <description>Thanks very much for the quick response.  I will pass this info on and see what can be done...&lt;BR /&gt;&lt;BR /&gt;Bruce</description>
      <pubDate>Thu, 29 May 2008 14:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207137#M14736</guid>
      <dc:creator>Crazy Water</dc:creator>
      <dc:date>2008-05-29T14:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question concerning FTP from z/OS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207138#M14737</link>
      <description>One more question...this change that you passed on to me, I assume this change is to the entire OS environment, so anyone that uses this version number would be affected?&lt;BR /&gt;&lt;BR /&gt;Bruce</description>
      <pubDate>Thu, 29 May 2008 14:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207138#M14737</guid>
      <dc:creator>Crazy Water</dc:creator>
      <dc:date>2008-05-29T14:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question concerning FTP from z/OS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207139#M14738</link>
      <description>Yes a define/system is for all the users, but you can put in the login.com of the user Tcpip$ftp (which starts the FTP server) a more modest&lt;BR /&gt;$ define...&lt;BR /&gt;(the same as Kalle cited, but without the /system)</description>
      <pubDate>Thu, 29 May 2008 14:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207139#M14738</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-05-29T14:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question concerning FTP from z/OS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207140#M14739</link>
      <description>&amp;gt; [...] I assume this change is to the entire&lt;BR /&gt;&amp;gt; OS environment, [...]&lt;BR /&gt;&lt;BR /&gt;Yup.&lt;BR /&gt;&lt;BR /&gt;If anyone has ported wget to z/OS, you might&lt;BR /&gt;be able to use it to do the job more easily, but I've never heard of it having been done.&lt;BR /&gt;(That's not a non-existence proof, however.)&lt;BR /&gt;&lt;BR /&gt;You may need to create a more complex/capable&lt;BR /&gt;script/procedure to do the job.  (Get a file&lt;BR /&gt;listing, process the names, fetch the files.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I am not a OpenMVS person.&lt;BR /&gt;&lt;BR /&gt;No one is.  It's VMS.  MVS is IBM.</description>
      <pubDate>Thu, 29 May 2008 14:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207140#M14739</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-05-29T14:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question concerning FTP from z/OS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207141#M14740</link>
      <description>&amp;gt; [...] I assume this change is to the entire&lt;BR /&gt;&amp;gt; OS environment, [...]&lt;BR /&gt;&lt;BR /&gt;Yup.&lt;BR /&gt;&lt;BR /&gt;If anyone has ported wget to z/OS, you might&lt;BR /&gt;be able to use it to do the job more easily, but I've never heard of it having been done.&lt;BR /&gt;(That's not a non-existence proof, however.)&lt;BR /&gt;&lt;BR /&gt;You may need to create a more complex/capable&lt;BR /&gt;script/procedure to do the job. (Get a file&lt;BR /&gt;listing, process the names, fetch the files.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I am not a OpenMVS person.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;No one is. It's VMS. MVS is IBM.&lt;BR /&gt;&lt;BR /&gt;Thanks again for the response.  Obviously a typo, I am an MVS person so that explains my desire to type MVS...  HA!</description>
      <pubDate>Thu, 29 May 2008 15:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/question-concerning-ftp-from-z-os/m-p/4207141#M14740</guid>
      <dc:creator>Crazy Water</dc:creator>
      <dc:date>2008-05-29T15:07:58Z</dc:date>
    </item>
  </channel>
</rss>

