<?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 Error while executing the script in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5820633#M36952</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My purpose is to display the content of test.txt on screen when test1.com executes. I tried to write the procedure but it stuck on "say" &amp;nbsp;during execution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the below script and let me know where I am worng.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ SET noon&lt;BR /&gt;$ inquire env1 "Enter Env1 "&lt;BR /&gt;$ inquire env2 "Enter Base "&lt;BR /&gt;$ sea sys$login:housekeep.com 'env1'_'env2'/out=test.txt&lt;BR /&gt;$ open/read headlist test.txt&lt;BR /&gt;$ open/write repfile1 test1.com&lt;BR /&gt;$ read/end_of_file=done headlist inline&lt;BR /&gt;$ write repfile1 "$ say :== "write sys$output" "&lt;BR /&gt;$ write repfile1 "$ say&amp;nbsp; "Modify ''env'_'''env2'_config.dat and Execute the Below Command "&lt;BR /&gt;$ write repfile1 "$ say ''inline'"&lt;BR /&gt;$close repfile1&lt;BR /&gt;$ close headlist&lt;BR /&gt;$ exit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;test.txt contains the below line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:$@sys$startup:pwc_startup" target="_blank"&gt;$@sys$startup:pwc_startup&lt;/A&gt; A F 310 T L&lt;/P&gt;</description>
    <pubDate>Mon, 01 Oct 2012 08:26:49 GMT</pubDate>
    <dc:creator>Mrityunjoy Kundu</dc:creator>
    <dc:date>2012-10-01T08:26:49Z</dc:date>
    <item>
      <title>Error while executing the script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5820633#M36952</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My purpose is to display the content of test.txt on screen when test1.com executes. I tried to write the procedure but it stuck on "say" &amp;nbsp;during execution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the below script and let me know where I am worng.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ SET noon&lt;BR /&gt;$ inquire env1 "Enter Env1 "&lt;BR /&gt;$ inquire env2 "Enter Base "&lt;BR /&gt;$ sea sys$login:housekeep.com 'env1'_'env2'/out=test.txt&lt;BR /&gt;$ open/read headlist test.txt&lt;BR /&gt;$ open/write repfile1 test1.com&lt;BR /&gt;$ read/end_of_file=done headlist inline&lt;BR /&gt;$ write repfile1 "$ say :== "write sys$output" "&lt;BR /&gt;$ write repfile1 "$ say&amp;nbsp; "Modify ''env'_'''env2'_config.dat and Execute the Below Command "&lt;BR /&gt;$ write repfile1 "$ say ''inline'"&lt;BR /&gt;$close repfile1&lt;BR /&gt;$ close headlist&lt;BR /&gt;$ exit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;test.txt contains the below line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:$@sys$startup:pwc_startup" target="_blank"&gt;$@sys$startup:pwc_startup&lt;/A&gt; A F 310 T L&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 08:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5820633#M36952</guid>
      <dc:creator>Mrityunjoy Kundu</dc:creator>
      <dc:date>2012-10-01T08:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing the script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5820853#M36953</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt; &lt;SPAN&gt;&amp;nbsp;but it stuck on "say" &amp;nbsp;during execution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you mean "But it generates the following error during execution of a line with "say" on it:"&lt;/P&gt;&lt;P&gt;%DCL-W-UNDSYM, undefined symbol - check validity and spelling&lt;BR /&gt;\SYS$OUTPUT \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So you are writting a script which writes a script?&lt;/P&gt;&lt;P&gt;Those are a little tricky, because any quote that needs to appear in the target script needs to be a double quote in the source script. That get's worse if you need to do the substitutions in the target,which it appears you do not need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why the second script? Why not just do the deed? (those write sys$outputs)?&lt;/P&gt;&lt;P&gt;I guess this is just a miminal snippet from a larger solution where the second script is unavoidable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway here is the corrected script. Works for me, even rhough it does not seem too useful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ SET noon
$ inquire env1 "Enter Env1 "
$ inquire env2 "Enter Base "
$ sea sys$login:housekeep.com 'env1'_'env2'/out=test.txt
$ close/nolog headlist
$ open/read headlist test.txt
$ open/write repfile1 test1.com
$ read/end_of_file=done headlist inline
$ write repfile1 "$ say :== ""write sys$output"""
$ write repfile1 "$ say  ""Modify  ''env1'_''env2'_config.dat and Execute the Below Command """
$ write repfile1 "$ say  ""''inline'"""
$done:
$ close/nolog repfile1
$ close/nolog headlist
$ exit&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Enjoy,&lt;/P&gt;&lt;P&gt;Hein.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 12:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5820853#M36953</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2012-10-01T12:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing the script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5821513#M36954</link>
      <description>&lt;P&gt;Why create a second command procedure?&amp;nbsp; Would the code below do what you want?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;$ SET noon&lt;BR /&gt;$ inquire env1 "Enter Env1 "&lt;BR /&gt;$ inquire env2 "Enter Base "&lt;BR /&gt;$ write sys$output "For any lines listed below, modify&amp;nbsp; ''env1'_''env2'_config.dat and Execute the&amp;nbsp;Command"&lt;/P&gt;&lt;P&gt;$ search sys$login:housekeep.com 'env1'_'env2'&lt;/P&gt;&lt;P&gt;$ if $severity.nes."1" then write sys$output "&amp;nbsp; (no lines to correct)"&lt;/P&gt;&lt;P&gt;$ exit&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This will display it all on the screen, just like creating an running a new command procedure will do. If it's important to get the entire output into a file then execute the procedure with /OUTPUT=&amp;lt;filename&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, I recommend against using abbreviations in command procedures.&amp;nbsp; Typing them in full (which you'll only do once) makes it much easier to read the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 23:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5821513#M36954</guid>
      <dc:creator>John McL</dc:creator>
      <dc:date>2012-10-01T23:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing the script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5821819#M36955</link>
      <description>The number of "quotes" seems not to be correct: The following works for me: $ write repfile1 "$ say :== ""write sys$output"" " $ write repfile1 "$ say ""Modify ''env1'_''env2'_config.dat and Execute the Below Command "" " $ write repfile1 "$ say ""''inline'"" " Jouk</description>
      <pubDate>Tue, 02 Oct 2012 08:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5821819#M36955</guid>
      <dc:creator>Jansen_8</dc:creator>
      <dc:date>2012-10-02T08:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing the script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5822313#M36956</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica"&gt;As already pointed out, there is some trouble with double double and double (or was it triple?) single quotes. You can avoid much of the doubling, you just need it once and have to pay for it with an extra blank:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;$ open/write repfile1 test1.com&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;$ read/end_of_file=done headlist inline&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;$ write repfile1 "$ say=""write sys$output """""""&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;$ write repfile1 "$ say Modify 'env'_'env2'_config.dat and Execute the Below Command"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;$ write repfile1 "$ say 'inline'"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;$ close repfile1&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="helvetica"&gt;But what do I know whether your post was just an extract from a bigger script, ahem command procedure, where this simplified quoting technique can't be applied.&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Oct 2012 16:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5822313#M36956</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2012-10-02T16:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing the script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5822691#M36957</link>
      <description>&lt;P&gt;Thanks a lot..jist one more thing to ask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to display the below on inline on second file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"$ @sys$startup:prd_startup&amp;nbsp;&amp;nbsp;sys&amp;nbsp;&amp;nbsp;dev&amp;nbsp;&amp;nbsp;717 F &lt;FONT size="4" color="#ff0000"&gt;""&lt;/FONT&gt; PRD&amp;nbsp; abc_STARTUP "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$show sym inline&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is showing the correct valuse&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but while redirecting to another file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ write repfile1 " say ""''inline'""&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is showing as :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"$ @sys$startup:prd_startup&amp;nbsp;&amp;nbsp;sys&amp;nbsp;&amp;nbsp;dev&amp;nbsp;&amp;nbsp;717 F&lt;FONT size="3" color="#ff0000"&gt; " &lt;/FONT&gt;PRD&amp;nbsp; abc_STARTUP "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;double quote is replaced by single quote.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 02:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5822691#M36957</guid>
      <dc:creator>Mrityunjoy Kundu</dc:creator>
      <dc:date>2012-10-03T02:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing the script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5822983#M36958</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica"&gt;You are using symbol substitution within a string, that is, in&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;$ write repfile1 " say ""''inline'""&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;(there is a missing, closing double quote for the string, but DCL for convenience adds one, here)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;inline is replaced, which results in&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;$ write repfile1 " say ""$ @sys$startup:prd_startup &amp;nbsp;sys &amp;nbsp;dev &amp;nbsp;717 F "" PRD &amp;nbsp;abc_STARTUP """&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;After DCL replaced all double double quotes within the string, WRITE gets this string (which I here delimit by &amp;lt;&amp;gt; to make it more obvious)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt; say "$ @sys$startup:prd_startup &amp;nbsp;sys &amp;nbsp;dev &amp;nbsp;717 F " PRD &amp;nbsp;abc_STARTUP "&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;which WRITE writes into your file.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;Try&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;$ write repfile1 " say """, inline&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;That is, let WRITE write a string and a symbol.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;You can use that for all your WRITEs to the repfile1:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;...&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;$ write repfile1 "$ say :== ""write sys$output"""&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;$ write repfile1 "$ say &amp;nbsp;""Modify &amp;nbsp;",env1,"_",env2,"_config.dat and Execute the Below Command """&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;$ write repfile1 "$ say &amp;nbsp;""",inline,""""&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;...&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="helvetica"&gt;Presumed env1 is prd and env2 is startup, this results in test1.com to contain:&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;$ say :== "write sys$output"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;$ say &amp;nbsp;"Modify &amp;nbsp;prd_startup_config.dat and Execute the Below Command "&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;$ say &amp;nbsp;"$ @sys$startup:prd_startup &amp;nbsp;sys &amp;nbsp;dev &amp;nbsp;717 F "" PRD &amp;nbsp;abc_STARTUP "&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="helvetica"&gt;However, if you run this, it results in&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;$ @test1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;Modify &amp;nbsp;prd_startup_config.dat and Execute the Below Command&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;$ @sys$startup:prd_startup &amp;nbsp;sys &amp;nbsp;dev &amp;nbsp;717 F " PRD &amp;nbsp;abc_STARTUP&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;$&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="helvetica"&gt;which is probably not what you want. You may need to do more quoting or reconsider how to solve the original problem.&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;(I did some cut&amp;amp;paste and formatting here - which is not easy with the supplied tools in this forum - and hope I didn't drop anything especially any quote.)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 09:57:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/error-while-executing-the-script/m-p/5822983#M36958</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2012-10-03T09:57:35Z</dc:date>
    </item>
  </channel>
</rss>

