The word <x> which immediately followed the EXEC word is not recognized as a valid EXEC type. The preprocessor will recognize CICS, DLI, and SQL as valid types.
The EXEC statement is treated as comments, a SEVERE error is raised, and processing continues with the word following the END-EXEC.
Correct the source. If this EXEC type should be handled by another preprocessor, make that preprocessor run before (closer to the source) than the TX preprocessor.
Destination: | Source Listing, .TRL file, STDOUT |