<?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: Renaming files in lower case in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5753833#M28391</link>
    <description />
    <pubDate>Mon, 06 Aug 2012 18:17:32 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2012-08-06T18:17:32Z</dc:date>
    <item>
      <title>Renaming files in lower case</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5753705#M28388</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;I have a script in queue that send log files from OpenVMS 8.3 to Linux Red hat server.&lt;/P&gt;&lt;P&gt;On Red Hat there is an application that expect the filename as &lt;STRONG&gt;XXXXXXX.DAT.gz&lt;/STRONG&gt; (.gz must be in lower case).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is part of the transfer script:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;$ FTP 10.99.10.10 /USERNAME="user" /PASSWORD="password"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;SET TYPE BINARY&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;PUT&amp;nbsp;&amp;nbsp; LOG_FILE.8755-GZ;1&amp;nbsp;&amp;nbsp; LOG_FILE.8755.FTP&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;RENAME&amp;nbsp;&amp;nbsp; LOG_FILE.8755.FTP&amp;nbsp;&amp;nbsp; LOG_FILE.8755.DAT.gz&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;EXIT&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is OpenVMS always rename the file in UPPER case, so I have always this result:&lt;/P&gt;&lt;P&gt;LOG_FILE.8755.DAT.GZ&lt;/P&gt;&lt;P&gt;Linux application behaviour cannot be changes since it's hard coded, so, &lt;STRONG&gt;is there a way to rename the .gz extension in lower case? Or at least all the file name in lower case?&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lucas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2012 15:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5753705#M28388</guid>
      <dc:creator>smsc_1</dc:creator>
      <dc:date>2012-08-06T15:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming files in lower case</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5753759#M28389</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suggest you try either:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; RENAME&amp;nbsp;&amp;nbsp; LOG_FILE.8755.FTP &amp;nbsp; "LOG_FILE.8755.DAT.gz"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or p&lt;/SPAN&gt;rior to execution of the FTP command&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;$ set proc/parse=extended&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2012 17:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5753759#M28389</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2012-08-06T17:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming files in lower case</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5753825#M28390</link>
      <description />
      <pubDate>Mon, 06 Aug 2012 18:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5753825#M28390</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2012-08-06T18:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming files in lower case</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5753833#M28391</link>
      <description />
      <pubDate>Mon, 06 Aug 2012 18:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5753833#M28391</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2012-08-06T18:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming files in lower case</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5754243#M28393</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Andy,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RENAME&amp;nbsp;&amp;nbsp; LOG_FILE.8755.FTP &amp;nbsp; "LOG_FILE.8755.DAT.gz"&lt;/STRONG&gt;&amp;nbsp; (with quotas) works perfect! ;)&lt;/P&gt;&lt;P&gt;Instead, this "&lt;STRONG&gt;$ set proc/parse=extended &lt;/STRONG&gt;" does not work for me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steven&lt;/STRONG&gt;, I have to rename first in .FTP because I have routine that check if the files are corrently trasferring. So if the file remains .FTP means something goes wrong during transfer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2012 05:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5754243#M28393</guid>
      <dc:creator>smsc_1</dc:creator>
      <dc:date>2012-08-07T05:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming files in lower case</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5755549#M28395</link>
      <description>&lt;P&gt;Thanks Steven.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your response to the above question pointed me to the solution to a related problem of my own.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2012 19:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/renaming-files-in-lower-case/m-p/5755549#M28395</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2012-08-07T19:02:34Z</dc:date>
    </item>
  </channel>
</rss>

