MPE/iX Quick Reference Guide (32650-90881)

114 Chapter3
Intrinsics Descriptions
Descriptions of the Intrinsics Available in MPE/iX
SORTOUTPUT
NM and CM callable.
Provides an alternative method of specifying how records are output from the SORT
program.
CA I16
SORTOUTPUT(
record,length
);
SORTSTAT
NM and CM callable.
Prints the SORT program statistics on $STDLIST. Call SORTSTAT after you have called the
SORTEND intrinsic.
I16A
SORTSTAT(
statistics
);
SORTTITLE
NM and CM callable.
Prints the version number and title of the SORTLIB segment on $STDLIST.
SORTTITLE;
STACKDUMP
NM and CM callable.
Calls the system debugger to send a stack trace to $STDLIST or to the file specified in the
formaldesig
parameter. Control then returns to the calling procedure.
(NM and CM)
CA I16V I16V I32
STACKDUMP(
formaldesig,idnumber,flags,selec
);
(CM: SPL language only)
CA I16V I16V I32
STACKDUMP'(
formaldesig,idnumber,flags,selec
);
STARTSESS
NM and CM callable.
Initiates a session on the specified terminal. Programmatic sessions (PS) capability is
required.
I16V CA I16 I32 I16A
STARTSESS(
ldev,logonstring,jsid,jsnum,jsstatus
);