<?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=Detached_Process</id>
	<title>Detached Process - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.vmssoftware.com/index.php?action=history&amp;feed=atom&amp;title=Detached_Process"/>
	<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Detached_Process&amp;action=history"/>
	<updated>2026-05-02T14:05:35Z</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=Detached_Process&amp;diff=1177&amp;oldid=prev</id>
		<title>Darya.zelenina: replaced the article with the wrong capitalization</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Detached_Process&amp;diff=1177&amp;oldid=prev"/>
		<updated>2019-07-10T08:22:06Z</updated>

		<summary type="html">&lt;p&gt;replaced the article with the wrong capitalization&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A &amp;#039;&amp;#039;&amp;#039;detached process&amp;#039;&amp;#039;&amp;#039; is a type of [[Process|process]] that executes independently of its parent process, sometimes referred to as a &amp;quot;daemon&amp;quot;. [[Interactive Process|Interactive]] and [[Batch process|batch]] processes are therefore detached. Detached processes are started by [[JOB_CONTROL]] or users with the [[DETACH]] privilege by running images with the [[RUN]]/DETACHED or [[RUN]]/UIC command and may take their input from a terminal or a command file.&lt;br /&gt;
&lt;br /&gt;
RUN/DETACHED creates a detached process with the same UIC as the one executing the command.&lt;br /&gt;
RUN/UIC creates a detached process with any UIC.&lt;br /&gt;
&lt;br /&gt;
=Process characteristics=&lt;br /&gt;
&lt;br /&gt;
Characteristics of the detached process are determined by the user&amp;#039;s [[SYSUAF]] values as well as the qualifiers specified on the [[RUN]] and [[SUBMIT]] commands.&lt;br /&gt;
&lt;br /&gt;
==Quotas==&lt;br /&gt;
By default, resource quotas for the detached process are limited by the quotas of the creator process (maximum) and the system parameters PQL_M* (minimum). The [[DETACH]] or [[CMKRNL]] privilege allows you to specify any quotas for the detached process that exceed the normal range. Unless you have the [[DETACH]] or [[CMKRNL]] privilege, the maximum number of detached processes that you can create is limited to the quota defined by MAX_DETACH in your [[SYSUAF]].&lt;br /&gt;
&lt;br /&gt;
==Jobwide logical name table==&lt;br /&gt;
&lt;br /&gt;
/JOB_TABLE_QUOTA allows you to specify a quota for a detached process&amp;#039;s jobwide logical name table.&lt;br /&gt;
&lt;br /&gt;
==Node==&lt;br /&gt;
/ON specifies an OpenVMS Cluster node on which a detached process is to be created. Quotas are determined by comparing the values.&lt;br /&gt;
&lt;br /&gt;
=Running Command Procedures as a Detached Process=&lt;br /&gt;
You can run command procedures as a detached but not batch process as follows:&lt;br /&gt;
&lt;br /&gt;
 RUN SYS$SYSTEM:LOGINOUT.EXE /UIC=uic /INPUT=command_procedure /OUTPUT=log_file /ERROR=error_file&lt;br /&gt;
&lt;br /&gt;
If you want to run it under your username, use /DETACHED instead of /UIC.&lt;/div&gt;</summary>
		<author><name>Darya.zelenina</name></author>
	</entry>
</feed>