MPE/iX Quick Reference Guide (32650-90881)

112 Chapter3
Intrinsics Descriptions
Descriptions of the Intrinsics Available in MPE/iX
READX
NM and CM callable.
Reads an ASCII string from $STDINX into an array.
I16 CA I16V
length
:=READX(
message,msglength
);
RECEIVEMAIL
NM and CM callable.
Receives mail from another process. Process handling (PH) capability is required.
U16 I16V UDS U16V
mailstatus
:=RECEIVEMAIL(
pin,location,waitflag
);
RESETCONTROL
NM and CM callable.
Reenables the subsystem break trap which allows a process to accept other subsystem
break signals.
RESETCONTROL;
RESETDUMP
NM and CM callable.
Disables the abort stack analysis facility. Only the current process is affected.
RESETDUMP;
SEARCH
NM and CM callable.
Searches a specially-formatted array for a speciļ¬ed entry or name.
I16 CA I16V CA @*
entrynum
:=SEARCH(
buffer,length,dictionary
,
definition
);
SENDMAIL
NM and CM callable.
Sends mail to another process. Process handling (PH) capability is required.
U16 I16V I16V UDS U16V
mailstatus
:=SENDMAIL(
pin,length,location,waitflag
);
SETDUMP
NM and CM callable.