Sample MODS Control Statement - 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. Sample MODS Control Statement

This sample MODS control statement specifies the following information:
  • An E15 exit is the first exit routine. ADDREC1 is the member name of the routine, which requires 600 bytes in main storage and resides in a library referenced by the DD statement named MODLIB. The routine does not require link-editing.

  • An E25 exit is the second exit routine. ALTREC is the member name of the routine which requires 500 bytes in main storage. The exit is included in the SYSIN input stream. Because N is not specified, this routine will be link-edited.

  • An E35 exit is the third exit routine. ADDREC2 is the member name of the routine, which requires 600 bytes in main storage and resides in a library referenced by the DD statement named MODLIB. This routine is a COBOL exit which has been link-edited before execution time.

Examples of JCL-initiated applications with exit routines are illustrated in JCL and Sample JCL/Control Statement Streams.