<?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: Script in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907021#M32293</link>
    <description>$ write sys$output f$cvtime(time,"COMPARISON","DATE")-"-"-"-"&lt;BR /&gt;&lt;BR /&gt;20050613&lt;BR /&gt;&lt;BR /&gt;where time is your timestring.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
    <pubDate>Mon, 13 Jun 2005 06:11:30 GMT</pubDate>
    <dc:creator>Karl Rohwedder</dc:creator>
    <dc:date>2005-06-13T06:11:30Z</dc:date>
    <item>
      <title>Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907019#M32291</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I need to convert the format dd-mmm-yyyy that comes from output of:&lt;BR /&gt;$ write sys$output F$EXTRACT(0,12,p1)&lt;BR /&gt;13-JUN-2005 &lt;BR /&gt;&lt;BR /&gt;to :&lt;BR /&gt;yymmdd i.e 050613&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Brgs&lt;BR /&gt;Taulant</description>
      <pubDate>Mon, 13 Jun 2005 06:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907019#M32291</guid>
      <dc:creator>Taulant Shamo</dc:creator>
      <dc:date>2005-06-13T06:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907020#M32292</link>
      <description>Taulant,&lt;BR /&gt;I don't know of any other way than the following&lt;BR /&gt;&lt;BR /&gt;1. Break up the date to DD YY and MM using&lt;BR /&gt;   multiple F$EXTRACT 's on your original&lt;BR /&gt;   output and&lt;BR /&gt;2. Concatenate the 3 strings &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Mon, 13 Jun 2005 06:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907020#M32292</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-06-13T06:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907021#M32293</link>
      <description>$ write sys$output f$cvtime(time,"COMPARISON","DATE")-"-"-"-"&lt;BR /&gt;&lt;BR /&gt;20050613&lt;BR /&gt;&lt;BR /&gt;where time is your timestring.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Mon, 13 Jun 2005 06:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907021#M32293</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-06-13T06:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907022#M32294</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Provided that p1 is a valid absolute time, you can try:&lt;BR /&gt;f$extract(0,11,f$cvtime(p1)) - "-" - "-"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2005 06:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907022#M32294</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-06-13T06:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907023#M32295</link>
      <description>Taulant,&lt;BR /&gt;&lt;BR /&gt;Maybe this command will work for you:&lt;BR /&gt;$ write sys$output f$extract(2,6,f$cvtime(p1,"COMPARISON","DATE")-"-"-"-")&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Mon, 13 Jun 2005 07:15:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907023#M32295</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-06-13T07:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907024#M32296</link>
      <description>Thank you</description>
      <pubDate>Mon, 13 Jun 2005 07:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/script/m-p/4907024#M32296</guid>
      <dc:creator>Taulant Shamo</dc:creator>
      <dc:date>2005-06-13T07:25:34Z</dc:date>
    </item>
  </channel>
</rss>

