Case 1: The EXEC CICS Max keywords command allows a maximum of number of options to be specified in a single instance of the command and that number was exceeded.
Case 2: The EXEC CICS statement has more than 100 options specified between the 'command' and the END-EXEC (which is about
16 more than the largest number of unique options possible in any EXEC CICS command).
- System Action:
- Case 1: An Unsupported Function abend is generated for the EXEC CICS statement and a SEVERE error is raised.
- Resolution:
- Correct the EXEC CICS statement by removing some of the options or by splitting it into two (or more) separate instances of
the command.
- Module:
- dfhxcics (dfhxvldt)
- Destination:
- Source Listing