<?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 Scripting in Open Vms in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931704#M81360</link>
    <description>May I know&lt;BR /&gt;  Is there any documents or books to learn &lt;BR /&gt;Open Vms Scripting from basics&lt;BR /&gt; Please help me in this&lt;BR /&gt;&lt;BR /&gt;Jayakrishnan G Naik</description>
    <pubDate>Tue, 23 Jan 2007 23:16:18 GMT</pubDate>
    <dc:creator>GNJ</dc:creator>
    <dc:date>2007-01-23T23:16:18Z</dc:date>
    <item>
      <title>Scripting in Open Vms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931704#M81360</link>
      <description>May I know&lt;BR /&gt;  Is there any documents or books to learn &lt;BR /&gt;Open Vms Scripting from basics&lt;BR /&gt; Please help me in this&lt;BR /&gt;&lt;BR /&gt;Jayakrishnan G Naik</description>
      <pubDate>Tue, 23 Jan 2007 23:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931704#M81360</guid>
      <dc:creator>GNJ</dc:creator>
      <dc:date>2007-01-23T23:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting in Open Vms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931705#M81361</link>
      <description>RTFM! Read the Fine manuals&lt;BR /&gt;Or &lt;BR /&gt;RTFH: Type in HELP and read carfully.&lt;BR /&gt;&lt;BR /&gt;This question was recently asked.&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1090489" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1090489&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also... consider learning PERL.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2007 23:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931705#M81361</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-01-23T23:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting in Open Vms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931706#M81362</link>
      <description>Jayakrishnan,&lt;BR /&gt;&lt;BR /&gt;If you mean by "scripting", the facilities native to OpenVMS, then the correct OpenVMS terminology is "command files in DCL".&lt;BR /&gt;&lt;BR /&gt;There have been books written on this subject, which may be available from Digital Press or on the secondary market.&lt;BR /&gt;&lt;BR /&gt;However, the documentation set is comprehensive, and well written (in contrast to a variety of other systems). The documentation set is available online in HTML and PDF formats from &lt;A href="http://www.hp.com/go/openvms" target="_blank"&gt;http://www.hp.com/go/openvms&lt;/A&gt;&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, 24 Jan 2007 01:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931706#M81362</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-01-24T01:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting in Open Vms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931707#M81363</link>
      <description>Jayakrishnan,&lt;BR /&gt;&lt;BR /&gt;As my learned colleagues said, read the fine manuals, and try to get hold of the book "Writing Real Programs in DCL" by Paul Anagnostopoulos and Steve Hoffman (see: &lt;BR /&gt;&lt;A href="http://www.hp.com/hpbooks/digital_press/dp_1555581919.html" target="_blank"&gt;http://www.hp.com/hpbooks/digital_press/dp_1555581919.html&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Wed, 24 Jan 2007 01:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931707#M81363</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2007-01-24T01:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting in Open Vms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931708#M81364</link>
      <description>One good way to learn is to take a look at some of the DCL command procedures that come standard with OpenVMS. If you want an extreme example, try SYS$UPDATE:AUTOGEN.COM. ;)&lt;BR /&gt;&lt;BR /&gt;Dennis</description>
      <pubDate>Thu, 25 Jan 2007 09:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931708#M81364</guid>
      <dc:creator>Dennis Couch</dc:creator>
      <dc:date>2007-01-25T09:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting in Open Vms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931709#M81365</link>
      <description>The intent of the second edition of the Writing Real Programs in DCL book was to cover DCL far beyond what was in the OpenVMS user's guide and other resources.  Including using DCL for web server CGI scripts, DCL captive and restricted logins and related security, DECnet task-to-task networking, etc.  (Full disclosure: I'm the author.  I also have no control over whether the book is in or out of print.)&lt;BR /&gt;&lt;BR /&gt;AUTOGEN.COM and various other older/larger DCL command procedures are run through a tool known as DCLDIET before being placed on the OpenVMS distribution tool.  DCLDIET generates DCL that runs fast(er), but is definitely not maintainable; I'd not even bother to look at the shipping version of that tool.&lt;BR /&gt;&lt;BR /&gt;There's a copy of DCLDIET on the OpenVMS Freeware, if you want to experiment with it.&lt;BR /&gt;&lt;BR /&gt;The original and fully-commented versions of AUTOGEN.COM and of VMSINSTAL.COM and other such are generally available on the OpenVMS Source Listings distro.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jan 2007 12:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scripting-in-open-vms/m-p/3931709#M81365</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-01-25T12:11:30Z</dc:date>
    </item>
  </channel>
</rss>

