MPE/iX Quick Reference Guide (32650-90881)

Chapter 3 85
Intrinsics Descriptions
Descriptions of the Intrinsics Available in MPE/iX
FLABELINFO
NM and CM callable.
Returns information from the file label of a disk file.
CA I16V I16 I16A REC I16A
FLABELINFO(
formaldesig,mode,fserrorcode,itemnum,item,itemerror
);
FLOCK
NM and CM callable.
Dynamically locks a file. If dynamically locking more than one RIN, multiple RIN (MR)
capability is required.
I16V U16V
FLOCK(
filenum,lockflag
);
FLUSHLOG
NM and CM callable.
Flushes the contents of the user logging memory buffer to the user logging file. User
logging (LG) or system supervisor (OP) capability is required.
I32 I16
FLUSHLOG(
index,logstatus
);
FMTCALENDAR
NM and CM callable.
Passes any calendar date, in the same format as the CALENDAR intrinsic, and returns it in
the following format: FRI, JAN 27, 1989
U16V CA
FMTCALENDAR(
date,formatdate
);
FMTCLOCK
NM and CM callable.
Passes the time of day, in the same format as the CLOCK intrinsic, and returns it in the
following format:
12:39 AM
I32V CA
FMTCLOCK(
time,formattime
);
FMTDATE
NM and CM callable.
Passes in the calendar date and time of day, in the same format as the CALENDAR and