Case 1: The EXEC CICS <cmd> 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).
Case 1: An Unsupported Function abend is generated for the EXEC CICS statement and a SEVERE error is raised.
Correct the EXEC CICS statement by removing some of the options or by splitting it into two (or more) separate instances of the command.
Destination: | Source Listing |