Activating the Dictionary Feature - 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
2024
First publish date
2010
ft:lastEdition
2025-02-20
ft:lastPublication
2025-02-20T09:24:15.574000

Activate the MFX dictionary feature by specifying a SYMNAMES DD statement which defines your dictionary statement data sets.

The dictionary statements can be contained in a physical sequential data set, a member of a PDS, or DD *. Each data set must consist of fixed-length, 80-byte records.

You may specify multiple dictionaries by concatenating data sets with the SYMNAMES DD.

The following sample application illustrates the use of the SYMNAMES DD * .
Figure 1. Sample Application with SYMNAMES DD *