RUN (process)

From VSI OpenVMS Wiki
Jump to: navigation, search

RUN (process) is a DCL command that creates a subprocess or a detached process to run an image and deletes the process when the image completes execution. A subprocess is created if any of the qualifiers except the /UIC or the /DETACHED qualifier is specified. A detached process is created if the /UIC or the /DETACHED qualifier is specified and you have the IMPERSONATE user privilege.

Syntax

RUN  filespec

Qualifiers

  • /ACCOUNTING
  • /AST_LIMIT
  • /AUTHORIZE
  • /BUFFER_LIMIT
  • /DELAY
  • /DETACHED
  • /DUMP/ENQUEUE_LIMIT
  • /ERROR
  • /EXTENT
  • /FILE_LIMIT
  • /INPUT
  • /INTERVAL
  • /IO_BUFFERED
  • /IO_DIRECT
  • /JOB_TABLE_QUOTA
  • /KERNEL_THREAD_LIMIT
  • /MAILBOX
  • /MAXIMUM_WORKING_SET
  • /ON
  • /OUTPUT/PAGE_FILE
  • /PRIORITY
  • /PRIVILEGES
  • /PROCESS_NAME
  • /QUEUE_LIMIT
  • /RESOURCE_WAIT
  • /SCHEDULE
  • /SERVICE_FAILURE
  • /SSLOG_ENABLE
  • /SUBPROCESS_LIMIT
  • /SWAPPING
  • /TIME_LIMIT/TRUSTED
  • /UIC
  • /WORKING_SET