MPE/iX Quick Reference Guide (32650-90881)

110 Chapter3
Intrinsics Descriptions
Descriptions of the Intrinsics Available in MPE/iX
OPENLOG
NM and CM callable.
Provides access to the user logging facility. User logging (LG) or system supervisor (OP)
capability is required.
I32 CA CA I16 I16
OPENLOG(
index,logid,pass,mode,logstatus
);
PAUSE
NM and CM callable.
Suspends the calling process for a specified number of seconds.
32R
PAUSE(
interval
);
PRINT
NM and CM callable.
Prints character string on job/session listing device.
CA I16V I16V
PRINT(
message,length,controlcode
);
PRINTFILEINFO
NM and CM callable.
Prints a file or directory information display on the job/session list device.
I16V
PRINTFILEINFO(
filenum
);
PRINTOP
NM and CM callable.
Prints a character string on the system console.
CA I16V I16V
PRINTOP(
message,length,controlcode
);
PRINTOPREPLY
NM and CM callable.
Prints a character string on the system console and solicits a reply.
I16 CA I16V I16V CA I16V
length
:=PRINTOPREPLY(
message,length,zero,reply,maxlength
);