MPE/iX Quick Reference Guide (32650-90881)

Chapter 3 99
Intrinsics Descriptions
Descriptions of the Intrinsics Available in MPE/iX
HPMERGESTAT(
status,statistics
);
HPMERGETITLE
NM callable only.
Prints the version number and title information for MERGE/XL on $STDLIST.
I32
HPMERGETITLE(
status
);
HPMYFILE
NM callable only.
Returns the file name of the native mode program or executable library (XL) that called
the HPMYFILE intrinsic.
CA I32 I32
HPMYFILE(
formaldesig
,
status,length
);
HPMYPROGRAM
NM callable only.
Returns the file name of the program being executed by the calling process.
CA I32 I32
HPMYPROGRAM(
formaldesig
,
status,length
);
HPRESETDUMP
NM callable only.
Disarms the system debugger call from a process abort.
I32
HPRESETDUMP(
status
);
HPSETCCODE
NM callable only.
Sets the condition code for the calling process.
I32V
HPSETCCODE(
ccodevalue
);
HPSETDUMP
NM callable only.
Arms the system debugger call from a process abort.
I32 CA
HPSETDUMP(
status,cmdstr
);