MPE/iX Quick Reference Guide (32650-90881)

Chapter 3 105
Intrinsics Descriptions
Descriptions of the Intrinsics Available in MPE/iX
I16A
MERGESTAT(
statistics
);
MERGETITLE
NM and CM callable.
Prints the version number and title of the merge segment on $STDLIST and prints the date
and time produced by the DATELINE intrinsic.
MERGETITLE;
MYCOMMAND
NM and CM callable.
Parses (delineates and defines) parameters for a user-defined command image.
I16 CA CA I16V I16 I32A
entrynum
:=MYCOMMAND(
cmdimage
,
delimiters
,
maxparms,numparms,params,
CA @*
dictionar,definition
);
NLAPPEND
NM and CM callable.
Appends a language ID number to a file name that allows an application to designate
which language-dependent file to use.
CA I16V U16A
NLAPPEND(
formaldesig,langnum,error
);
NLCOLLATE
NM and CM callable.
Collates two character strings according to the specified language collating sequence and
determines a lexical ordering.
CA CA I16V 116 I16V U16A U16A
NLCOLLATE(
buffer1,buffer2,bufferlength,result,langnum,error
,
collseq
);
NLCONVCLOCK
NM and CM callable.
Converts the time format from a character string to numeric value; checks the input string
using the formatting template returned by
itemnum
=3 of the NLINFO intrinsic, then
converts the time to the general time format returned by the CLOCK intrinsic.
I32 CA I16V I16V U16A
time
:=NLCONVCLOCK(
buffer,bufferlength,langnum,error
);