How many CICS commands can be queued before IEE342I appears? Is the
limit something I can change? I'm running CICS 4.1.0 and CICS TS 1.3
Example:
F CICSFOR,CEMT INQUIER FILE(file1)
F CICSFOR,CEMT INQUIRE FILE(file2)
IEE342I MODIFY REJECTED-TASK BUSY
F CICSFOR,CEMT INQUIRE FILE(file3)
CICS allows 255 messages to be queued, which is the MVS maximum. This
number is reduced to zero when CICS is shutting down, or for the very
short period while CICS is processing a STOP command (which it then
ignores and resets the count to 255).
--
Peter Havercan, CICS for z/OS Development,
IBM UK Ltd, Hursley, England.
Then you can do all the files in one command.
..J..
"Zev Mydlarz" <z...@volcanomail.com> wrote in message
news:c1ffe527.03050...@posting.google.com...