RUN (process)
Revision as of 17:29, 2 December 2019 by Jane.doe (talk | contribs) (Created page with "RUN (process) is a DCL command that creates a subprocess or a detached process to run an image and deletes the pr...")
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