Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
SORT-MERGE/XL Programmer's Guide: 900 Series HP 3000 Computer Systems > Chapter 5 Getting SORT-MERGE/XL Information

Redirecting Output

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

When you report statistics, title and version information, or error messages from SORT-MERGE/XL, this information is displayed to $STDLIST.

If you want this information in a file instead, you must redirect the output. To do this, build a file and tell MPE XL to put all the output meant for $STDLIST into the file. For example, to build a file named OUTFILE, use the BUILD command:

   :BUILD OUTFILE;REC=-80,,,ASCII;DEV=DISC

To redirect output from the program SORTPROG to the file OUTFILE, specify at run time:

   :RUN SORTPROG;STDLIST = OUTFILE

:END OF PROGRAM

You may also redirect $STDLIST to a back-referenced file or to $NULL.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.