<?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%24PID%28%29</id>
	<title>F$PID() - 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%24PID%28%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=F$PID()&amp;action=history"/>
	<updated>2026-05-29T21:00:19Z</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$PID()&amp;diff=488&amp;oldid=prev</id>
		<title>Darya.zelenina: Created page with &quot;&#039;&#039;&#039;F$PID()&#039;&#039;&#039; is a lexical function that returns a process identification number and updates the context symbol to point to the cur...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=F$PID()&amp;diff=488&amp;oldid=prev"/>
		<updated>2019-04-05T10:10:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;F$PID()&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 returns a &lt;a href=&quot;/PID&quot; title=&quot;PID&quot;&gt;process identification number&lt;/a&gt; and updates the &lt;a href=&quot;/F$CONTEXT&quot; title=&quot;F$CONTEXT&quot;&gt;context symbol&lt;/a&gt; to point to the cur...&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$PID()&amp;#039;&amp;#039;&amp;#039; is a [[Lexical functions|lexical function]] that returns a [[PID|process identification number]] and updates the [[F$CONTEXT|context symbol]] to point to the current position in the system&amp;#039;s process list.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
&lt;br /&gt;
F$PID(context-symbol)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;context-symbol&amp;#039;&amp;#039;&amp;#039; is an arbitrary symbol established with a call to [[F$CONTEXT]].&lt;br /&gt;
&lt;br /&gt;
=Examples= &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
$ CONTEXT = &amp;quot;&amp;quot;&lt;br /&gt;
$ START:&lt;br /&gt;
$     PID = F$PID(CONTEXT)&lt;br /&gt;
$     IF PID .EQS. &amp;quot;&amp;quot; THEN EXIT&lt;br /&gt;
$     SHOW SYMBOL PID&lt;br /&gt;
$     GOTO START&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command procedure uses the F$PID function to display a list of PIDs.&lt;br /&gt;
&lt;br /&gt;
[[Category:Lexical Functions]]&lt;/div&gt;</summary>
		<author><name>Darya.zelenina</name></author>
	</entry>
</feed>