Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CEMT from OS/390 console gets IEE342I MODIFY REJECTED - TASK BUSY

91 views
Skip to first unread message

Zev Mydlarz

unread,
May 6, 2003, 6:20:01 PM5/6/03
to
When I do a series of CEMT commands from batch, and my CICS region is
heavily loaded, I see IEE342I MODIFY REJECTED - TASK BUSY and at least
one of my CEMT commands is ignored.

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)

Peter Havercan

unread,
May 13, 2003, 1:29:08 PM5/13/03
to
Zev Mydlarz wrote:
>
> When I do a series of CEMT commands from batch, and my CICS region is
> heavily loaded, I see IEE342I MODIFY REJECTED - TASK BUSY and at least
> one of my CEMT commands is ignored.
>
> 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
>

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.

Jim Stoves

unread,
Jun 19, 2003, 12:00:37 AM6/19/03
to
Why not change your command to:
F CICSFOR,CEMT INQUIRE FILE(file1 file2 file3)

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...

0 new messages