MPE/iX Quick Reference Guide (32650-90881)

Chapter 3 111
Intrinsics Descriptions
Descriptions of the Intrinsics Available in MPE/iX
PROCINFO
NM and CM callable.
Provides access to process information.
I16 I16 I16V I16V *
PROCINFO(
error1,error2,pin
[,
itemnum,item
] [...]);
Up to six
itemnum/item
pairs can be speciļ¬ed.
PROCTIME
NM and CM callable.
Returns the accumulated CPU time for a process.
I32
time
:=PROCTIME;
PUTJCW
NM and CM callable.
Assigns the value of a particular job control word (JCW) in the job control word table.
CA U16 I16
PUTJCW(
jcwname,jcwvalue,jcwstatus
);
QUIT
NM and CM callable.
Aborts the calling process.
I16V
QUIT(
num
);
QUITPROG
NM and CM callable.
Aborts the entire user process structure.
I16V
QUITPROG(
num
);
READ
NM and CM callable.
Reads an ASCII string from $STDIN into an array.
I16 CA I16V
length
:=READ(
message,msglength
);