IFOUTLEN 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 IFOUTLEN parameter overrides the maximum record length, which is automatically set by the IFTHEN parameter, and changes it to a specified value. The IFOUTLEN parameter may only be used in conjunction with the IFTHEN parameter.

The format of the IFOUTLEN parameter is illustrated below.
Figure 1. IFOUTLEN Parameter Format

n

The new maximum record length.

The IFOUTLEN parameter automatically makes the following changes to the record to match the new length. A fixed-length or variable-length record longer than n is truncated to n. In a fixed-length record shorter than n, the record is padded with blanks to reach a length of n.