VLTRAIL Parameter (Optional) - mfx - 3.1

Syncsort™ MFX Programmers Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ Software
Product
Syncsort™ MFX > MFX
Version
3.1
Language
English
Content type
Programmer’s Guide
Product name
Syncsort™ MFX
Title
Syncsort™ MFX Programmers Guide
Copyright
2024
First publish date
2010
Last updated
2024-11-06
Published on
2024-11-06T17:38:26.716054
The VLTRAIL parameter allows variable-length output records to be appended with a character string (C’text’) or a hexadecimal string (X’hh..’).
Figure 1. VLTRAIL Format

The specified string has a maximum length of 50 bytes and will be added at the end of both variable-length data records and header/trailer records. VLTRAIL is ignored for fixed-length output records.

The LRECL of the output data set must be large enough to accommodate the increase in record length, or MFX will terminate with a WER167A error message. This may require you to specify an LRECL on the output DD statement(s).

VLTRAIL processing is performed after processing for the optional VLTRIM parameter. VLTRAIL is mutually exclusive with IFTRAIL.