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
ft:locale
en-US
Product name
Syncsort™ MFX
ft:title
Syncsort™ MFX Programmers Guide
Copyright
2025
First publish date
2010
ft:lastEdition
2026-03-30
ft:lastPublication
2026-03-30T10:35:28.181000
L1_Product_Gateway
Integrate
L2_Product_Segment
IBM Infrastructure
L3_Product_Brand
Precisely Syncsort
L4_Investment_Segment
Mainframe
L5_Product_Group
MF Sort/ZPSaver
L6_Product_Name
Syncsort MFX
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.