MERGEOUTPUT [ MPE/iX Intrinsics Reference Manual ] MPE/iX 5.0 Documentation
MPE/iX Intrinsics Reference Manual
MERGEOUTPUT
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
Commands None
Manuals SORT-MERGE/XL Programmer's Guide (32650-90080).
MPE/iX 5.0 Documentation