Example 2

 MODS E15=(E15ONLY,1000,EXIT)
 RECORD TYPE=V,LENGTH=60

This example illustrates how the RECORD statement can be used to set the record type and maximum input record length when an E15 exit supplies all of the input as variable-length records.

TYPE
V specifies that the E15 exit inserts variable-length records, that is, the inserted records contain an RDW in positions 1-4 and the data starts in position 5.
LENGTH
L1 specifies that the E15 exit inserts records with a maximum length of 60 bytes.