MPE/iX Quick Reference Guide (32650-90881)

Chapter 3 113
Intrinsics Descriptions
Descriptions of the Intrinsics Available in MPE/iX
Arms a call to the system debugger from a process abort.
I16V
SETDUMP(
flags
);
SETJCW
NM and CM callable.
Sets bits in the system job control word (JCW).
U16V
SETJCW(
jcword
);
SORTEND
NM and CM callable.
Closes the scratch file and restores the data stack to its original state.
SORTEND;
SORTERRORMESS
NM and CM callable.
Retrieves and prints a message if a fatal error occurs during the SORT program.
I16V CA I16
SORTERRORMESS(
errorcode,message,length
);
SORTINIT
NM and CM callable.
Initiates the SORT program.
I16A I16A I16V I16V I32V I16V I16A
SORTINIT(
inputfiles,outputfiles,outputoption,reclength,numrecs,numkeys,keys
,
I16A PROC PROC I16A I16 I16 I16 I16A
altseq,keycompare,errorproc,statistics,failure,errorparm,spaceallocation,cha
rseq
);
SORTINPUT
NM and CM callable.
Provides an alternative method of specifying how records are supplied to the SORT
program.
CA I16V
SORTINPUT(
record,length
);