<?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 INQUIRE and string Case Sensitivity in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246701#M27389</link>
    <description>correction: the full READ command is:&lt;BR /&gt;&lt;BR /&gt;  READ/PROMPT="Enter something in lower" SYS$COMMAND  lower_case</description>
    <pubDate>Wed, 07 Jul 2010 10:56:09 GMT</pubDate>
    <dc:creator>Joseph Huber_1</dc:creator>
    <dc:date>2010-07-07T10:56:09Z</dc:date>
    <item>
      <title>DCL INQUIRE and string Case Sensitivity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246699#M27387</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;Not sure if this is possible or not in DCL, Basically I need to enter a string using the DCL INQUIRE command and for the value not automatically be converted to uppercase, is this possible?&lt;BR /&gt;&lt;BR /&gt;eg.&lt;BR /&gt;$inquire lower_case "Enter something in lower"&lt;BR /&gt;$sh sym lower_case&lt;BR /&gt;&lt;BR /&gt;the symbol will always be in uppercase</description>
      <pubDate>Wed, 07 Jul 2010 10:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246699#M27387</guid>
      <dc:creator>niall oconnor</dc:creator>
      <dc:date>2010-07-07T10:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: DCL INQUIRE and string Case Sensitivity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246700#M27388</link>
      <description>Yes, but the user entering the string has to use string-quotes, i.e.&lt;BR /&gt;entering lowercase results in LOWERCASE&lt;BR /&gt;entering "lowercase" results in lowercase&lt;BR /&gt;&lt;BR /&gt;If the user can't be trained to use DCL quoting, a simple &lt;BR /&gt; READ/PROMPT="Enter something in lower" lower_case&lt;BR /&gt;will not touch the string casing.</description>
      <pubDate>Wed, 07 Jul 2010 10:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246700#M27388</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-07-07T10:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: DCL INQUIRE and string Case Sensitivity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246701#M27389</link>
      <description>correction: the full READ command is:&lt;BR /&gt;&lt;BR /&gt;  READ/PROMPT="Enter something in lower" SYS$COMMAND  lower_case</description>
      <pubDate>Wed, 07 Jul 2010 10:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246701#M27389</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-07-07T10:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: DCL INQUIRE and string Case Sensitivity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246702#M27390</link>
      <description>Niall,&lt;BR /&gt;&lt;BR /&gt;instead of using DCL INQUIRE, use DCL READ:&lt;BR /&gt;&lt;BR /&gt;AXPVMS $ read/prompt="Enter mixed-case string: " sys$command x&lt;BR /&gt;Enter mixed-case string: xxYY&lt;BR /&gt;AXPVMS $ sho sym x&lt;BR /&gt;  X = "xxYY"&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 07 Jul 2010 10:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246702#M27390</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-07-07T10:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: DCL INQUIRE and string Case Sensitivity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246703#M27391</link>
      <description>Niall,&lt;BR /&gt;&lt;BR /&gt;Just replace INQUIRE by READ SYS$COMMAND symbolname.&lt;BR /&gt;Do realise that that symbol will be a LOCAL symbol; if you need the value at other command levels you will have to assign a global symbol with the value of the just-read local ymbol.&lt;BR /&gt;You can use a /PROMPT="prompt string"&lt;BR /&gt;You can use a timeout, errorlabel etc.&lt;BR /&gt;Full info in HELP READ.&lt;BR /&gt;I do not think I have used INQUIRE myself in the last 20-odd years.&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;jpe</description>
      <pubDate>Wed, 07 Jul 2010 10:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246703#M27391</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2010-07-07T10:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: DCL INQUIRE and string Case Sensitivity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246704#M27392</link>
      <description>That's perfect Joseph, the Read Prompt is exactly what I was looking for! Many thanks!&lt;BR /&gt;Niall.</description>
      <pubDate>Wed, 07 Jul 2010 11:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246704#M27392</guid>
      <dc:creator>niall oconnor</dc:creator>
      <dc:date>2010-07-07T11:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: DCL INQUIRE and string Case Sensitivity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246705#M27393</link>
      <description>Thanks Volker and Jan too, looks like I should question why I ever used the inquire command at all! Many thanks folks. Niall.</description>
      <pubDate>Wed, 07 Jul 2010 11:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246705#M27393</guid>
      <dc:creator>niall oconnor</dc:creator>
      <dc:date>2010-07-07T11:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: DCL INQUIRE and string Case Sensitivity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246706#M27394</link>
      <description>By Using the READ DCL command rather than INQUIRE gets over the limitation that I was having.</description>
      <pubDate>Wed, 07 Jul 2010 11:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246706#M27394</guid>
      <dc:creator>niall oconnor</dc:creator>
      <dc:date>2010-07-07T11:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: DCL INQUIRE and string Case Sensitivity</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246707#M27395</link>
      <description>Be aware: With READ you do not have recall capabilities (only the last line)</description>
      <pubDate>Wed, 07 Jul 2010 11:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-inquire-and-string-case-sensitivity/m-p/5246707#M27395</guid>
      <dc:creator>Fekko Stubbe</dc:creator>
      <dc:date>2010-07-07T11:14:31Z</dc:date>
    </item>
  </channel>
</rss>

