MERGEERRORMESS [ MPE/iX Intrinsics Reference Manual ] MPE/iX 5.0 Documentation
MPE/iX Intrinsics Reference Manual
MERGEERRORMESS
NM and CM callable.
Retrieves a message if a fatal error occurs during the MERGE/XL operation
and converts MERGEINIT error code values into ASCII strings.
Syntax
________________________________________________
| |
| I16V CA I16 |
| MERGEERRORMESS(errorcode,message,length);|
________________________________________________
Parameters
errorcode 16-bit signed integer by value
Returns the error number from the MERGEINIT
errorparm parameter.
message character array
Returns the text of the error message. This
parameter must be at least 80 characters long.
length 16-bit signed integer
Returns the length of the message parameter.
Related Information
Intrinsics HPSORT, HPMERGE
Commands None
Manuals SORT-MERGE/XL Programmer's Guide (32650-90080)
MPE/iX 5.0 Documentation