HPlogo MPE/iX Intrinsics Reference Manual > Chapter 9 Command Definitions (MAIL-PUTJCW)

MERGEOUTPUT

MPE documents

Complete PDF
Table of Contents
Index

Edition 7 E0701
Edition 7 E0300 ♥
Edition 6 E0195

NM and CM callable.

Provides an alternative method of specifying how records are output from the MERGE program.

Syntax



               CA      I16
  MERGEOUTPUT (record, length);

Parameters


record

16-bit character array

Returns the next output record.

length

16-bit signed integer

Returns the length of the record parameter value.

Operation Notes


MERGEOUTPUT requests records from MERGEINIT, one at a time, if the outputfiles parameter in the call to the MERGEINIT intrinsic was not specified. Call MERGEOUTPUT from the program after a call to MERGEINIT, but before a call to MERGEEND.

Related Information


Intrinsics

HPSORT, HPMERGE

Manual

SORT-MERGE/XL Programmer's Guide




MERGEINIT


MERGESTAT