<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.vmssoftware.com/index.php?action=history&amp;feed=atom&amp;title=F%24LICENSE%28%29</id>
	<title>F$LICENSE() - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.vmssoftware.com/index.php?action=history&amp;feed=atom&amp;title=F%24LICENSE%28%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=F$LICENSE()&amp;action=history"/>
	<updated>2026-05-12T05:04:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=F$LICENSE()&amp;diff=874&amp;oldid=prev</id>
		<title>Darya.zelenina: Created page with &quot;&#039;&#039;&#039;F$LICENSE&#039;&#039;&#039; is a lexical function that checks whether the specified license is loaded on the system (valid for Alpha and Integrit...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=F$LICENSE()&amp;diff=874&amp;oldid=prev"/>
		<updated>2019-06-29T10:45:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;F$LICENSE&amp;#039;&amp;#039;&amp;#039; is a &lt;a href=&quot;/Lexical_functions&quot; title=&quot;Lexical functions&quot;&gt;lexical function&lt;/a&gt; that checks whether the specified &lt;a href=&quot;/index.php?title=Licensing&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Licensing (page does not exist)&quot;&gt;license&lt;/a&gt; is loaded on the system (valid for &lt;a href=&quot;/Alpha&quot; title=&quot;Alpha&quot;&gt;Alpha&lt;/a&gt; and Integrit...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;F$LICENSE&amp;#039;&amp;#039;&amp;#039; is a [[Lexical functions|lexical function]] that checks whether the specified [[Licensing|license]] is loaded on the system (valid for [[Alpha]] and [[Integrity]] server systems only).&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
&lt;br /&gt;
F$LICENSE(license-name[,producer-name])&lt;br /&gt;
&lt;br /&gt;
=Return Value=&lt;br /&gt;
&lt;br /&gt;
A character string stating TRUE or FALSE. &lt;br /&gt;
&lt;br /&gt;
=Arguments=&lt;br /&gt;
&lt;br /&gt;
==license-name== &lt;br /&gt;
&lt;br /&gt;
Specifies the name of the license for which you want to check the status. &lt;br /&gt;
&lt;br /&gt;
==producer-name==&lt;br /&gt;
&lt;br /&gt;
Specifies the name of the company that produced the license. By default, DEC is assumed to be the producer on Alpha systems and VSI is assumed to be the producer on Integrity server systems. To find an exception, specify a different producer name. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Examples=&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 $ SHOW LICENSE VMSCLUSTER*&lt;br /&gt;
 Active licenses on node NODE1:&lt;br /&gt;
&lt;br /&gt;
 ------- Product ID -------- ---- Rating ----- -- Version --&lt;br /&gt;
 Product            Producer Units Avail Activ Version Release  Termination&lt;br /&gt;
 VMSCLUSTER         DEC          0  0     100    0.0  (none)    14-MAY-2005&lt;br /&gt;
 VMSCLUSTER-CLIENT  DEC          0  0     100    0.0  (none)    14-MAY-2005&lt;br /&gt;
&lt;br /&gt;
 $ WRITE SYS$OUTPUT F$LICENSE(&amp;quot;VMSCLUSTER&amp;quot;)&lt;br /&gt;
 TRUE&lt;br /&gt;
 $ WRITE SYS$OUTPUT F$LICENSE(&amp;quot;NONEXISTENT_PAK&amp;quot;)&lt;br /&gt;
 FALSE&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this example, the F$LICENSE function returns TRUE, which verifies that the VMSCLUSTER license is loaded on the system. In contrast, the status of hypothetical license NONEXISTENT_PAK is shown to be FALSE, indicating that it is not loaded on the system. &lt;br /&gt;
&lt;br /&gt;
 $ WRITE SYS$OUTPUT F$LICENSE(&amp;quot;ABC&amp;quot;) &lt;br /&gt;
 FALSE &lt;br /&gt;
 $ WRITE SYS$OUTPUT F$LICENSE(&amp;quot;ABC&amp;quot;,&amp;quot;XYZ&amp;quot;) &lt;br /&gt;
 TRUE &lt;br /&gt;
&lt;br /&gt;
In the first instance, no license for product ABC is found from the default producer (DEC or VSI). In the second instance, an ABC PAK is found for producer XYZ. &lt;br /&gt;
&lt;br /&gt;
[[Category:Lexical Functions]]&lt;/div&gt;</summary>
		<author><name>Darya.zelenina</name></author>
	</entry>
</feed>