MPE/iX Commands Reference Manual (32650-90877)
34 Chapter3
Command List I
Commands ABORT to BYE
Examples
To abort a pending I/O request for logical device 53, enter:
ABORTIO 53
It is necessary to issue several ABORTIO commands to abort all pending I/O operations on a
spooled device, as shown below:
STOPSPOOL 5
11:20/31/SP#5/STOPPED
11:20/31/LDEV#5 NOT READY
REFUSE 5
ABORTIO 5
ABORTIO 5
11:21/40/NO I/O TO ABORT FOR DEVICE 5
Related Information
Commands SHOWDEV
Manuals Performing System Operation Tasks
ABORTJOB/ =ABORTJOB
Aborts a job or session.
Syntax
ABORTJOB{#J
nnn
#S
nnn
[
jobname
,]
user
.
acct
}
=ABORTJOB{#J
nnn
#S
nnn
[
jobname
,]
user
.
acct
}
Parameters
#Jnnn A job number.
#Snnn A session number.
jobname The name of the job, as identified by the SHOWJOB command.
user A user name.
acct An account name.
Operation Notes
The ABORTJOB command terminates the designated job or session, and displays the
following message on the job/session list device:
SESSION ABORTED BY SYSTEM MANAGEMENT
If you use the [jobname,]user.acct form of the command when there is more than one job
or session executing under that name, MPE/iX selects which job/session to abort.
Therefore, to exercise more precise control when aborting jobs or sessions, use the #Jnnn
or #Snnn form of the ABORTJOB command. Although the job/session is abnormally
terminated, log records are issued, and CPU-times and connect-times are updated. Any I/O
activity, such as printing or file storage, is terminated.