MPE/iX Quick Reference Guide (32650-90881)

Chapter 3 103
Intrinsics Descriptions
Descriptions of the Intrinsics Available in MPE/iX
external procedures it has referenced.
I16 CA I16V I16
idnum
:=LOADPROC(
procname,library,plabel
);
LOCKGLORIN
NM and CM callable.
Locks a global resource identification number (RIN). Multiple RIN (MR) capability is
required to lock more than one global RIN simultaneously.
I16V U16 CA
LOCKGLORIN(
rinnum,lockflag,rinpassword
);
LOCKLOCRIN
NM and CM callable.
Locks a local resource identification number (RIN).
I16V U16
LOCKLOCRIN(
rinnum,lockflag
);
LOCRINOWNER
NM and CM callable.
Determines process identification number (PIN) of the process that locked a local resource
identification number (RIN).
I16 I16V
pin
:=LOCRINOWNER(
rinnum
);
LOGINFO
NM and CM callable.
Provides information about an opened user logging file (whole file set). User logging (LG)
or system supervisor (OP) capability is required.
I32V I16 I16V *
LOGINFO (
index,logstatus
[,
itemnum,item
] [...]);
Up to four
itemnum/item
pairs can be specified.
LOGSTATUS
NM and CM callable.
Provides information about a currently opened user logging file. User logging (LG) or
system supervisor (OP) capability is required.
I32 U16A I16
LOGSTATUS(
index,loginfo,logstatus
);