Hi Guys,
I went for a interview.. there was a question about what is the maximum number of options we can use in a CICS command. I have google it, but didn't get the answer. Can you please help me if someone knows about it..?
DFH7063I E
IMPLEMENTATION RESTRICTION: MORE THAN xxxxxxxx OPTIONS IN ONE COMMAND. xxxxxxxx OPTION IGNORED.
Explanation
An EXEC CICS command contains too many options with arguments. The number of options with arguments allowed is, for most commands, kept within the allowed maximum by the command definition. However certain commands such as the HANDLE and IGNORE commands allow more options than the maximum allowed on each command instance.
System action
When the maximum number of options is reached, this number usually being 16, the remaining options specified are rejected. In other words the command together with the first 16 options specified is accepted.