<?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: DCL language in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460413#M4575</link>
    <description>Gentlemen,&lt;BR /&gt;I have a doubt now going through this post, appreciate if you could clarify this, this is again about symbols and symbol substitutions&lt;BR /&gt;&lt;BR /&gt;Look at the following&lt;BR /&gt;&lt;BR /&gt;$STD = "01"+"-"+"DEC"+"-"+"2004"+":00:00:00.00"&lt;BR /&gt;$ETD = "31"+"-"+"DEC"+"-"+"2004"+":23:59:00.00"&lt;BR /&gt;$sh sym STD&lt;BR /&gt;  STD = "01-DEC-2004:00:00:00.00"&lt;BR /&gt;$sh sym ETD&lt;BR /&gt;  ETD = "31-DEC-2004:23:59:00.00"&lt;BR /&gt;&lt;BR /&gt;If i would like to pass the values in the above symbol STD and ETD into some command, then how do i do it ? Should i say "''STD'" and "''ETD'" or ???&lt;BR /&gt;&lt;BR /&gt;To make things simple lets assume that i would like to pass the values mentioned above within a DCL to the following command&lt;BR /&gt;&lt;BR /&gt;$advise performance&lt;BR /&gt;select/x_points=480 -&lt;BR /&gt;/begin=&lt;SYMBOL std="" above=""&gt;&lt;/SYMBOL&gt;&lt;BR /&gt;thanks&lt;BR /&gt;mobeen</description>
    <pubDate>Tue, 18 Jan 2005 06:09:49 GMT</pubDate>
    <dc:creator>Mobeen_1</dc:creator>
    <dc:date>2005-01-18T06:09:49Z</dc:date>
    <item>
      <title>DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460398#M4560</link>
      <description>What's the difference between single quotation and double quotation?&lt;BR /&gt;is 'p' is a symbol substitution or is it ''p' ?&lt;BR /&gt;what's the difference between: "''p'" and ""''p'"" ?&lt;BR /&gt;if we take it more further, how to know the output? &lt;BR /&gt;"""''p'""" ; """"''p'"""" ; """""''p'""""" ?&lt;BR /&gt;double quotation is easy, but when mixed with single quotation gives very odd output? &lt;BR /&gt;I'm asking this because i got it as a question in the VMS administrator exam !!&lt;BR /&gt;Thanks and regards.</description>
      <pubDate>Tue, 11 Jan 2005 09:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460398#M4560</guid>
      <dc:creator>simon_164</dc:creator>
      <dc:date>2005-01-11T09:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460399#M4561</link>
      <description>Simon,&lt;BR /&gt;&lt;BR /&gt;first, your question is very hard to read in the ITRC display, as you will note yourself when you see it back.&lt;BR /&gt;I will try to guess, but probably you get the concept.&lt;BR /&gt;Okay. I copied it into the input screen, now it is clear.&lt;BR /&gt;&lt;BR /&gt;"''p'" upon execution is replaced with a quoted string with the value of P&lt;BR /&gt;&lt;BR /&gt;""''p'"" is a double quote charecter, followed by the letter P followed by a double quote, ie, the string "P"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-- if you have access to a VMS system, you can very easily try it yourself!&lt;BR /&gt;&lt;BR /&gt;P="abcde"&lt;BR /&gt;xx = "''p'"&lt;BR /&gt;show symbol xx&lt;BR /&gt;xx = ""''p'""&lt;BR /&gt;show symbol xx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2005 10:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460399#M4561</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-01-11T10:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460400#M4562</link>
      <description>Sorry about the misunderstanding.I'll resubmit the thread differently.&lt;BR /&gt;What's the difference between single quotation and double quotation?&lt;BR /&gt;is `p` symbol substitution or is it ``p` ?&lt;BR /&gt;what's the difference between: "``p`" and ""``p`"" ?&lt;BR /&gt;if we take it more further, how to know the output? &lt;BR /&gt;"""``p`""" ; """"``p`"""" ; """""``p`""""" ?&lt;BR /&gt;double quotation is easy, but when mixed with single quotation gives very odd output? &lt;BR /&gt;I'm asking this because i got it as a question in the VMS administrator exam !!&lt;BR /&gt;I've tried it on my system, but I am not being able to get a conclusion about these. how to guess what's the output.&lt;BR /&gt;Thanks and regards.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2005 12:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460400#M4562</guid>
      <dc:creator>simon_164</dc:creator>
      <dc:date>2005-01-11T12:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460401#M4563</link>
      <description>It gets confusing with the single and double quotes together.  In this reply, I will add spaces between characters that do not normally appear.&lt;BR /&gt;&lt;BR /&gt;A normal ' means symbol substitution, but the problem arises when you want a symbol substitution inside a quoted ( " ) string.  In that case you use two single quotes inside the quoted string (i.e. " ' ' P ' ").&lt;BR /&gt;&lt;BR /&gt;If you need to include a double quote inside a string, then you place two of them consecutively (i.e., " Add a Quote " " to this string", would assign Add a Quote " to this string).&lt;BR /&gt;&lt;BR /&gt;Remember that I added extra spaces around each " and ' in the above to hopefully add clarity.  The spaces would not be there in the real usage.</description>
      <pubDate>Tue, 11 Jan 2005 12:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460401#M4563</guid>
      <dc:creator>Dale A. Marcy</dc:creator>
      <dc:date>2005-01-11T12:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460402#M4564</link>
      <description>Simon,&lt;BR /&gt;&lt;BR /&gt;Double quotation indicates literal.&lt;BR /&gt;If you includes only one single quotation between doubles ("`p`"), DCL implement the first single quotation as a ASCII character.&lt;BR /&gt;&lt;BR /&gt;If you include a new single quotation before the first ("``p`"), you indicate to DCL that the second single quotation is a "DCL character" and substitutes ``p` with p symbol value.&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 11 Jan 2005 12:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460402#M4564</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-01-11T12:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460403#M4565</link>
      <description>Well,&lt;BR /&gt;&lt;BR /&gt;after giving it some more thought, I think I had better try to play "parser", while explaining.&lt;BR /&gt;&lt;BR /&gt;I am assuming the examples ARE the context, and that this is NOT WITHIN a string (if so, see the exercise at the end)&lt;BR /&gt;&lt;BR /&gt;" ' ' p ' "&lt;BR /&gt;&lt;BR /&gt;(extra spacing for readability only!)&lt;BR /&gt;&lt;BR /&gt;The first double quote is the start of a string.&lt;BR /&gt;Within a string, if symbol substitution is to be done, that symbol MUST be directly preceeded by two single quotes, and followed by another one.&lt;BR /&gt;The next double quote terminates the string.&lt;BR /&gt;So, summed up, this represents a string wth the value of P as value.&lt;BR /&gt;&lt;BR /&gt;" " ' ' P ' "&lt;BR /&gt;&lt;BR /&gt;The first double quote is again the start of a string.&lt;BR /&gt;Then the second, if not IMMEDIATELY followed by a third, means end-of-tring.&lt;BR /&gt;So, together, an empty ( = zero-length) string.&lt;BR /&gt;The first single quote is the start of a symbol substitution. The next is the end, so an empty symbol vaule ( = nothing) is inserted.&lt;BR /&gt;Then the literal P&lt;BR /&gt;Next, another substitution starts.&lt;BR /&gt;Asymbol name ends with any non-valid character for symbol-name syntax, for which the double quote qualifies. Another nothing. &lt;BR /&gt;Two double quotes: see above.&lt;BR /&gt;&lt;BR /&gt;"we take it further":&lt;BR /&gt;Two double quotes concatenated within a string represent the double quote character.&lt;BR /&gt;So 3 double quotes is the beginning of a string, that starts with a double quote.&lt;BR /&gt;Four double quotes: the end also, that means, the single character string of one double quote character.&lt;BR /&gt;&lt;BR /&gt;The rest is just stubbornly applying the above, as much as necessary.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Tue, 11 Jan 2005 13:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460403#M4565</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-01-11T13:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460404#M4566</link>
      <description>See section 12.12 "Understanding Symbol Substitution" in the OpenVMS User's Manual&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/731FINAL/6489/6489pro_033.html#symbol_substitution" target="_blank"&gt;http://h71000.www7.hp.com/doc/731FINAL/6489/6489pro_033.html#symbol_substitution&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Try out the examples...</description>
      <pubDate>Tue, 11 Jan 2005 21:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460404#M4566</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-01-11T21:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460405#M4567</link>
      <description>I've found that the following usually works for me:&lt;BR /&gt;&lt;BR /&gt;p = "fred"&lt;BR /&gt;&lt;BR /&gt;p gives fred&lt;BR /&gt;&lt;BR /&gt;" ' ' p ' " gives fred&lt;BR /&gt;&lt;BR /&gt;" " ' ' p ' " " gives " fred "&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Terry.</description>
      <pubDate>Wed, 12 Jan 2005 03:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460405#M4567</guid>
      <dc:creator>Terry Yeomans</dc:creator>
      <dc:date>2005-01-12T03:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460406#M4568</link>
      <description>Simon,&lt;BR /&gt;multiple symbols (single quote and double quote) are used in mixed mode.&lt;BR /&gt;Inside two double quote, usually you put some string; e.g. S="My string"&lt;BR /&gt;Inside two single quote you put any symbol to substitute; e.g. 'P'&lt;BR /&gt;If you need of symbol substitution inside a string you must use twice single quote; e.g.&lt;BR /&gt;$ P="My string"&lt;BR /&gt;$ S="''P'" !Double quote, twice single quote, uppercase P, single quote, double quote&lt;BR /&gt;If you need some double quote inside a string, because double quote means string separator, you need twice double quote; e.g.&lt;BR /&gt;$ S="My ""quote"""&lt;BR /&gt;$ sh ym S&lt;BR /&gt;&lt;MY&gt;&lt;BR /&gt;Please, look at first twice double quote, used to insert double quote symbol inside string and triple double quote at end that is a twice double quote plus double quote to end string.&lt;BR /&gt; &lt;BR /&gt;H.T.H.&lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;&lt;/MY&gt;</description>
      <pubDate>Wed, 12 Jan 2005 09:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460406#M4568</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-01-12T09:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460407#M4569</link>
      <description>Hi Simon,&lt;BR /&gt;I've forgotten ...&lt;BR /&gt;$ S="""" !4 times double quote&lt;BR /&gt;$ show sym S&lt;BR /&gt;&amp;lt;"&amp;gt;&lt;BR /&gt;you have to read:&lt;BR /&gt;1.st double quote: open string&lt;BR /&gt;2.nd twice double quote: insert double quote into string&lt;BR /&gt;Last double quote: close string&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jan 2005 09:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460407#M4569</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-01-12T09:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460408#M4570</link>
      <description>You can reward the many people who have assisted you by assigning points to their posts.&lt;BR /&gt;&lt;BR /&gt;For steps how to assign points see:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Thu, 13 Jan 2005 08:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460408#M4570</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2005-01-13T08:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460409#M4571</link>
      <description>Excuse me but i am new to these forums, i'll try to find the best match to my question and i'll assign points.&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 13 Jan 2005 08:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460409#M4571</guid>
      <dc:creator>simon_164</dc:creator>
      <dc:date>2005-01-13T08:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460410#M4572</link>
      <description>Oooops!!!!&lt;BR /&gt;&lt;BR /&gt;"i am new to these forums"&lt;BR /&gt;&lt;BR /&gt;Yeah, as first one to answer I should have noted, but none of the others made up for my mistake.&lt;BR /&gt;&lt;BR /&gt;So, belatedly, but all the more cordially:&lt;BR /&gt;&lt;BR /&gt;"WELCOME to VMS &amp;amp; the VMS Forum, Simon!!!"&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 08:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460410#M4572</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-01-13T08:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460411#M4573</link>
      <description>Simon,&lt;BR /&gt;&lt;BR /&gt;on giving points:&lt;BR /&gt;try to give points to EVERY answer to your questions!&lt;BR /&gt;&lt;BR /&gt;It is fully up to you HOW MANY, and you can just give 0 (zero) if you think you don't want to give more. &lt;BR /&gt;Any assignment, including zero, removes the "unassigned" header.&lt;BR /&gt;&lt;BR /&gt;It is reflected in your Forum Profile.&lt;BR /&gt;If you do not know that yet, then click your own name (in the questions summary, in your question header, in the header of any of your replies).&lt;BR /&gt;&lt;BR /&gt;In your profile you will notice how many answers you have assigned to, from how many total.&lt;BR /&gt;&lt;BR /&gt;If you somehow want more info on any other Forum user, it is basically the same.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;( and hey, we have all begun as newbies, most of us stumbled over this! )&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Thu, 13 Jan 2005 09:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460411#M4573</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-01-13T09:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460412#M4574</link>
      <description>There are very few third party books in the VMS world, that's a reflection on the documentation included.  That being said, "Writing Real Programs in DCL" by Paul Anagnostopoulos and Steve Hoffman stays within arm's reach of my desk.  There's an chapter on symbol substitution in DCL.</description>
      <pubDate>Thu, 13 Jan 2005 18:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460412#M4574</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-01-13T18:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460413#M4575</link>
      <description>Gentlemen,&lt;BR /&gt;I have a doubt now going through this post, appreciate if you could clarify this, this is again about symbols and symbol substitutions&lt;BR /&gt;&lt;BR /&gt;Look at the following&lt;BR /&gt;&lt;BR /&gt;$STD = "01"+"-"+"DEC"+"-"+"2004"+":00:00:00.00"&lt;BR /&gt;$ETD = "31"+"-"+"DEC"+"-"+"2004"+":23:59:00.00"&lt;BR /&gt;$sh sym STD&lt;BR /&gt;  STD = "01-DEC-2004:00:00:00.00"&lt;BR /&gt;$sh sym ETD&lt;BR /&gt;  ETD = "31-DEC-2004:23:59:00.00"&lt;BR /&gt;&lt;BR /&gt;If i would like to pass the values in the above symbol STD and ETD into some command, then how do i do it ? Should i say "''STD'" and "''ETD'" or ???&lt;BR /&gt;&lt;BR /&gt;To make things simple lets assume that i would like to pass the values mentioned above within a DCL to the following command&lt;BR /&gt;&lt;BR /&gt;$advise performance&lt;BR /&gt;select/x_points=480 -&lt;BR /&gt;/begin=&lt;SYMBOL std="" above=""&gt;&lt;/SYMBOL&gt;&lt;BR /&gt;thanks&lt;BR /&gt;mobeen</description>
      <pubDate>Tue, 18 Jan 2005 06:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460413#M4575</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-01-18T06:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460414#M4576</link>
      <description>I would expect this this to work (as there are no spaces etc in the values) &lt;BR /&gt;$advise performance select/x_points=480 -&lt;BR /&gt;/begin='STD'/end='ETD'</description>
      <pubDate>Tue, 18 Jan 2005 06:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460414#M4576</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-01-18T06:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460415#M4577</link>
      <description>Ian,&lt;BR /&gt;Thanks for your response. I see the following error&lt;BR /&gt;&lt;BR /&gt;$  STD = "01"+"-"+"DEC"+"-"+"2004"+":00:00:00.00"&lt;BR /&gt;$  ETD = "31"+"-"+"DEC"+"-"+"2004"+":23:59:00.00"&lt;BR /&gt;$ advise performance &lt;BR /&gt;select/x_points=480-&lt;BR /&gt;/begin='STD'/end='ETD'&lt;BR /&gt;%CLI-W-IVATIME, invalid absolute time - use DD-MMM-YYYY:HH:MM:SS.CC format&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Mobeen&lt;BR /&gt;&lt;BR /&gt;Simon :- i am sorry to be giving you more work, as this was the same topic, i posed my question. Please assign points at your convenience :)</description>
      <pubDate>Tue, 18 Jan 2005 06:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460415#M4577</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-01-18T06:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460416#M4578</link>
      <description>Mobeen, your command does not work as the select command is processed by PSPA not DCL so the DCL symbol substituion is not performed.&lt;BR /&gt;&lt;BR /&gt;To use the DCL symbols to create a graph look at the &lt;BR /&gt;ADVISE PERFORM GRAPH command &lt;BR /&gt;&lt;BR /&gt;(so DCL can subtitute the symbols then pass the command to PSPA).</description>
      <pubDate>Tue, 18 Jan 2005 08:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460416#M4578</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-01-18T08:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: DCL language</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460417#M4579</link>
      <description>Mobeen,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;$ advise performance &lt;BR /&gt;select/x_points=480-&lt;BR /&gt;/begin='STD'/end='ETD'&lt;BR /&gt;%CLI-W-IVATIME, invalid absolute time - use DD-MMM-YYYY:HH:MM:SS.CC format&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe the ITRC formatting messed things up, but, if I read this correctly,&lt;BR /&gt;you enter ONE line with just  &lt;BR /&gt;$ advise performance&lt;BR /&gt;and then ON THE NEXT LINE you entered the image input command statements.&lt;BR /&gt;&lt;BR /&gt;Well, symbol substitution is ONLY done on the command line, NOT in data lines!&lt;BR /&gt;&lt;BR /&gt;It is been a long time, but if I remember correctly ADVISE also accepts its sub-commands on the commandline. &lt;BR /&gt;If so, simply add a "-" (continuation) after "performance", but if not, you will have to generate a temporary file in which you substitute the symbol-value during creation, and the execute it and delete it,&lt;BR /&gt;or, if you are on VMS 7.2 + ,&lt;BR /&gt;you can you a pipe construct.&lt;BR /&gt;&lt;BR /&gt;Examples of that have come along regularly in this forum lately.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;Simon :- i am sorry to be giving you more work, as this was the same topic, i posed my question. Please assign points at your convenience :) &lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;Maybe next time, it would be better to open a new thread, and start it with pointing to the one you like to reference.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2005 08:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-language/m-p/3460417#M4579</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-01-18T08:27:38Z</dc:date>
    </item>
  </channel>
</rss>

