INSTALL[/qualifier[s]] filespec /[NO]CHECKPOINT /COMMAND:"taskcommand" /[NO]POSTMORTEM /EXTENSION:n /MULTIUSER_PARTITION:parname /PARTITION:parname /PRIORITY:n /[NO]READONLY_COMMON /[NO]SLAVE /TASK_NAME:taskreferencename /UIC:[uic] The INSTALL command makes a specified task or common region known to the system. An installed task is dormant until the Executive receives a request for it to run. Only a privileged user may issue an INSTALL command. 2 CHECKPOINT INSTALL/CHECKPOINT filespec INSTALL/NOCHECKPOINT filespec The /CHECKPOINT qualifier specifies whether or not the task is to be checkpointable. The default is set at link time. This qualifier overrides the link-time checkpoint specification. 2 COMMAND INSTALL/COMMAND:"taskcommand" filespec The /COMMAND qualifier permits you to pass a command to a task at the same time you install it. The command must be enclosed in quotes and recognized by the task being installed. 2 DUMP #POSTMORTEM 2 POSTMORTEM INSTALL/POSTMORTEM filespec INSTALL/NOPOSTMORTEM filespec The /POSTMORTEM qualifier specifies whether or not a Postmortem Dump (PMD) is to be generated if the task aborts because of an SST error con- dition. The default is set at link time. This qualifier overrides the link-time specification. See also HELP PMD. 2 EXTENSION INSTALL/EXTENSION:n filespec The /EXTENSION qualifier specifies that n additional words of address space are to be allocated to a task. 2 MULTIUSER_PARTITION INSTALL/MULTIUSER_PARTITION:parname filespec The /MULTIUSER_PARTITION qualifier specifies the partition into which the read-only portion of a multiuser task is to be installed. 2 PARTITION INSTALL/PARTITION:parname filespec The /PARTITION qualifier specifies into what partition the task is to be installed. The default is set at link time. This qualifier over- rides the link-time specification. 2 PRIORITY INSTALL/PRIORITY:n filespec The /PRIORITY qualifier specifies the priority at which the task is to run. The default is set at link time. This qualifier overrides the link-time specification. 2 READONLY_COMMON INSTALL/READONLY_COMMON filespec INSTALL/NOREADONLY_COMMON filespec The /READONLY_COMMON qualifier specifies that the common being installed should only have read-only access. 2 SLAVE INSTALL/SLAVE filespec INSTALL/NOSLAVE filespec The /SLAVE qualifier specifies whether or not the task is to be slaved. Data sent to a slaved task is marked with the TI: of the sending task. When the installed task receives the data, the system sets the task's TI: to that associated with the data. The default is set at link time. This qualifier overrides the link-time specification. Note, data may not be sent to a slaved task running on a virtual ter- minal. 2 TASK_NAME INSTALL/TASK_NAME:taskreferencename filespec The /TASK_NAME qualifier specifies the name by which the task is to be refered. The default is set at link time. This qualifier overrides the link-time specification. 2 UIC INSTALL/UIC:[uic] filespec The /UIC qualifier specifies the default UIC for the task. This task UIC determines into what file-protection class it belongs, and thus directly influences file access. The square brackets are required syntax.