HPlogo SORT-MERGE/XL Programmer's Guide > Chapter 5 Getting SORT-MERGE/XL Information

Getting Version and Title Information

MPE documents

Complete PDF
Table of Contents
Index

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);




Example of Getting Sort/Merge Statistics


Example of Using HPSORTTITLE