PRINT121 - 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
ContentType
Programmer’s Guide
Product name
Syncsort™ MFX
Title
Syncsort™ MFX Programmers Guide
Topic type
How Do I
Copyright
2024
First publish date
2010
ft:lastEdition
2024-08-27
ft:lastPublication
2024-08-27T08:14:56.318001
Figure 1. PRINT121 Format

PRINT121 changes MFX’s DCB default for the message data set to the following:

DCB=(LRECL=121,BLKSIZE=121,RECFM=FA)

This PARM is useful when the application includes a COBOL exit which uses DISPLAY, EXHIBIT, or TRACE instructions. (These macros will otherwise cause conflicts between program and sort/merge messages.) An alternative is provided by the MSGDD parameter, used to change the name of the MFX message data set.

The MFX program default for the message file’s DCB is:

DCB=(LRECL=125,BLKSIZE=882,RECFM=VBA)

If PRINT121 is set as an installation default, NOPRINT121 can be used as an override.

PRINT121 is automatically implemented for all program-initiated sort/merges.