MPE/iX Intrinsics Reference Manual (32650-90875)

444 Chapter8
Command Definitions (HPMERGEEND-LOGSTATUS)
HPSORTTITLE
HPSORTTITLE
NM callable only.
Prints the version number and title information for SORT/XL on $STDLIST and prints the
date and time produced by the DATELINE intrinsic.
Syntax
I32
HPSORTTITLE(
status
);
Parameters
status
32-bit signed integer by reference (optional)
Returns the status of the HPSORTTITLE call. If no errors or warnings are
encountered,
status
returns 32 bits of zero. If errors or warnings are
encountered,
status
is interpreted as two 16-bit fields.
Bits (0:16) comprise
status.info
. A negative value indicates an error
condition, and a positive value indicates a warning condition. Refer to the
MPE/iX Error Message Manual Volumes 1, 2 and 3 for a description of its
value.
Bits (16:16) comprise
status.subsys
. The value represented by these bits
defines the subsystem that set the status information. The subsystem
identifier for HPSORTTITLE is 195.
Operation Notes
Call HPSORTTITLE any time after declaring the system intrinsics.
Related Information
Intrinsics HPSORT, HPMERGE
Manual SORT-MERGE/XL Programmer's Guide