MPE/iX Commands Reference Manual (32650-90877)
38 Chapter3
Command List I
Commands ABORT to BYE
process that is already marked as dying, a CI warning is reported.
Use
System supervisor (OP) or System Manager (SM) capability is required to execute the
ABORTPROC command. SM capability is necessary to abort detached system processes.
The ABORTPROC command may be issued from a session, job, program, or in BREAK.
Pressing [Break] aborts the execution of this command.
NOTE
Users with AM capability may only abort jobs and sessions within their own
account. Users with SM capability may abort jobs and sessions across
accounts.
Examples
To abort process 133 and its current descendants, enter:
ABORTPROC #P133 or
ABORTPROC 133
To abort processes 122, 133 and 175, enter:
ABORTPROC (122, 133, 175)
NOTE
To specify a list of processes, enclose the list inparenthesis and separate the
pinspecs with commas.
To abort process 85 (assuming PIN 85 is a detached system process), enter:
ABORTPROC 85;SYSTEM
NOTE
SM capability is required to abort system processes.
Related Information
Commands ABORTJOB, ALTPROC, BREAKJOB, RESUME, SHOWPROC
Manuals MPE/iX Intrinsics Reference Manual
ACCEPT
Permits a designated device to accept jobs/sessions and/or data.
Syntax
ACCEPT[ JOBS | DATA ]
,ldev
Parameters
JOBS The designated device recognizes the JOB and HELLO commands. The
device must be interactive to support sessions.