MPE/iX Commands Reference Manual (32650-90877)

260 Chapter7
Command List V
Commands HEADOFF thru LISTF
cause jobs or sessions executing at the time to abort. They continue to execute, but no new
jobs are allowed to enter the executing state, and no new sessions are initiated.
Use
This command may be issued from a session, job, program, or in BREAK. Pressing
Break
has no effect on this command. It may be issued only from the console unless distributed to
users with the ALLOW command.
Examples
To limit the number of jobs to 2 and the number of sessions to 15, enter:
LIMIT 2,15
SHOWJOB
JOBNUM STATE IPRI JIN JLIST INTRODUCED JOB NAME
#S24 EXEC 20 20 TUE 1:54A OPERATOR.SYS
#S26 EXEC 177 177 TUE 5:01A CHEWY,RSPOOL.S
#S96 EXEC QUIET 35 35 TUE 8:31A SLIDES.SIMON
3 JOBS:
0 INTRO
0 WAIT; INCL 0 DEFERRED
3 EXEC; INCL 3 SESSIONS
0 SUSP
JOBFENCE= 6; JLIMIT= 2; SLIMIT= 15
To limit the number of sessions to 13, but retain the current job limit, enter:
LIMIT,13
Related Information
Commands HELLO, JOB, SHOWJOB, LISTJOBQ
Manuals Performing System Operation Tasks
LINK
Creates an executable program file by merging the relocatable object modules from all the
files in its FROM= parameter. Those files may correspond to object files, relocatable files, or a
combination of them. It also searches any relocatable libraries mentioned in the RL=
parameter list and merges any modules within those libraries that resolve an external
reference. (Native Mode)
Syntax
LINK[ FROM=file[ ,
file
...] [ ;TO=
destfile
] ]
[ ;RL=
rlfile
[ ,
rlfile
...]...]
[ ;XL=
xlfile
[,
xlfile
...]...]
[ ;CAP=
caplist
]