<?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: Define command in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/define-command/m-p/4577128#M17844</link>
    <description>First of all, better read a tutorial for VMS beginners (see pointers at &lt;A href="http://www.openvms.org)" target="_blank"&gt;www.openvms.org)&lt;/A&gt; and the general DCL manual at the VMS documentation site (see at the bottom of the ITRC page), or even the wikipedia article as a start ( &lt;A href="http://en.wikipedia.org/wiki/Files-11#Logical_names" target="_blank"&gt;http://en.wikipedia.org/wiki/Files-11#Logical_names&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;The DEFINE command defines a logical name.&lt;BR /&gt;The /GROUP qualifier defines the logical name in the group name table, i.e. the name is visible to the owners UIC group only.&lt;BR /&gt;&lt;BR /&gt;cpi$status is the logical name itself; since it contains a "$" in the name it seems to belong to some system-registered facility or subsystem.&lt;BR /&gt;&lt;BR /&gt;The value of the logical name is "OK": any user/dcl procedure/program can look up (translate) the logical name by means of;&lt;BR /&gt; SHOW LOGICAL/GROUP cpi$status&lt;BR /&gt; f$trnlnm("cpi$status","LNM$GROUP")&lt;BR /&gt; $TRNLNM system service call &lt;BR /&gt;</description>
    <pubDate>Wed, 03 Feb 2010 12:48:44 GMT</pubDate>
    <dc:creator>Joseph Huber_1</dc:creator>
    <dc:date>2010-02-03T12:48:44Z</dc:date>
    <item>
      <title>Define command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/define-command/m-p/4577127#M17843</link>
      <description>Hello,&lt;BR /&gt;I am new in VMS. Please can any one explain the meaning of-:&lt;BR /&gt;define/group cpi$status    "OK"&lt;BR /&gt;&lt;BR /&gt;What define/group command do and cpi$status is variable or any thing.</description>
      <pubDate>Wed, 03 Feb 2010 10:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/define-command/m-p/4577127#M17843</guid>
      <dc:creator>pkg</dc:creator>
      <dc:date>2010-02-03T10:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Define command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/define-command/m-p/4577128#M17844</link>
      <description>First of all, better read a tutorial for VMS beginners (see pointers at &lt;A href="http://www.openvms.org)" target="_blank"&gt;www.openvms.org)&lt;/A&gt; and the general DCL manual at the VMS documentation site (see at the bottom of the ITRC page), or even the wikipedia article as a start ( &lt;A href="http://en.wikipedia.org/wiki/Files-11#Logical_names" target="_blank"&gt;http://en.wikipedia.org/wiki/Files-11#Logical_names&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;The DEFINE command defines a logical name.&lt;BR /&gt;The /GROUP qualifier defines the logical name in the group name table, i.e. the name is visible to the owners UIC group only.&lt;BR /&gt;&lt;BR /&gt;cpi$status is the logical name itself; since it contains a "$" in the name it seems to belong to some system-registered facility or subsystem.&lt;BR /&gt;&lt;BR /&gt;The value of the logical name is "OK": any user/dcl procedure/program can look up (translate) the logical name by means of;&lt;BR /&gt; SHOW LOGICAL/GROUP cpi$status&lt;BR /&gt; f$trnlnm("cpi$status","LNM$GROUP")&lt;BR /&gt; $TRNLNM system service call &lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2010 12:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/define-command/m-p/4577128#M17844</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-02-03T12:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Define command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/define-command/m-p/4577129#M17845</link>
      <description>Hi,&lt;BR /&gt;Welcome.&lt;BR /&gt;&lt;BR /&gt;Please start with the fine VMS manuals.&lt;BR /&gt;Specifically the "OpenVMS User's Manual" at&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/731final/6489/6489pro.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/731final/6489/6489pro.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And to answer on topic.&lt;BR /&gt;The "define" command creates a logical name (in your example the name "cpi$status" in the group table, representing the equivalence name "OK").&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2010 12:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/define-command/m-p/4577129#M17845</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2010-02-03T12:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Define command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/define-command/m-p/4577130#M17846</link>
      <description>&lt;!--!*#--&gt;For the short version:&lt;BR /&gt;&lt;BR /&gt;      HELP DEFINE</description>
      <pubDate>Wed, 03 Feb 2010 13:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/define-command/m-p/4577130#M17846</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-03T13:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Define command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/define-command/m-p/4577131#M17847</link>
      <description>See &lt;A href="http://h71000.www7.hp.com/doc/83final/9996/9996pro_46.html#purple_1" target="_blank"&gt;http://h71000.www7.hp.com/doc/83final/9996/9996pro_46.html#purple_1&lt;/A&gt; for documentation on the DEFINE command.  This will lead to more questions (user group system?) &lt;BR /&gt;&lt;BR /&gt;For access to the complete OpenVMS Documentation set see &lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/os83_index.html." target="_blank"&gt;http://h71000.www7.hp.com/doc/os83_index.html.&lt;/A&gt;  It appears you're trying to review command file (script if you're a unix type).  The DCL Dictionary should will prove handy.  The User's Guide already mentioned provides a good starting point.  The command HELP provides access to excellent documenation as well.  Try HELP DEFINE, HELP HELP and HELP HINTS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2010 17:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/define-command/m-p/4577131#M17847</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2010-02-03T17:47:03Z</dc:date>
    </item>
  </channel>
</rss>

