HP 3000 Manuals

Getting Version and Title Information [ SORT-MERGE/XL Programmer's Guide ] MPE/iX 5.0 Documentation


SORT-MERGE/XL Programmer's Guide

Getting Version and Title Information 

You can print the version of SORT-MERGE/XL, the title of the HPSORTLIB or
HPMERGELIB segment, the date, and the time to $STDLIST.

Syntax for HPSORTTITLE and HPMERGETITLE is:

     HPSORTTITLE (status);

     HPMERGETITLE (status);

The HPSORTTITLE or HPMERGETITLE intrinsic may be called anywhere in your
program after you have declared the system intrinsics.

An example of using HPSORTTITLE follows:
___________________________________________________________________
|                                                                 |
|     var                                                         |
|       status : INTEGER;                                         |
|          :                                                      |
|     HPSORTTITLE (status);                                       |
___________________________________________________________________



MPE/iX 5.0 Documentation