HPlogo SORT-MERGE/XL Programmer's Guide: HP 3000 MPE/iX Computer Systems > Chapter 5 Getting SORT-MERGE/XL Information

Getting Version and Title Information

» 

Technical documentation

Complete book in PDF
» Feedback

 » 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);
Feedback to webmaster