Page 1 of 1

BMP program caused to bring down the control region

Posted: Mon Nov 13, 2006 1:48 am
by rahul_kolhe
Hi,

I have a situation where a BMP program bring downs a IMS control region. When we investigated found that STEP has a Time parameter coded with TIME=(10,1). This program scan the database extensive. But when program abended with S322 it cause to bring down IMS control region down in production environment.

One of the solution was recommended that do not code TIME parameter on BMP step or code TIME=1440.

But when I tried to simulate same situation in Test it is not bringing down the test control region. I doubt on the solution recommended. Could someone help with this as this happened thrice.

Thank you.

S322 Abend

Posted: Mon Nov 13, 2006 2:04 pm
by Krishna
Hi Rahul,

Time parameter change should work for S322 abend.....

There are two solutions i can suggest here.

1. Use TIME=NOLIMIT or 1440 , you are already tested this....
2. Check the class you are using, system group
specifies time limit for each class type.
job abend occurs if standard time limit specified in the job entry
subsystem crossed.
we need to contact system people for this.



Regards,
Krishna

Posted: Tue Nov 14, 2006 1:20 am
by rahul_kolhe
Hi Krish,

I have changed the JCL and coded the TIME=1440 which solves S322.

My doubt is that could BMP step abend S322 bring down the complete IMS region. And is it advisable to not code TIME parm on BMP step or to code TIME=1440?

This happened mistakenly. But there are occurances when we test some programs with lesser input or giving TIME parm so that can check whether program is not looping.

Posted: Sun Nov 22, 2009 7:50 pm
by Sukanthi Darwin
If a region that is abending is in a DLI call, will kill the control region. The control region will abend with U113. Look in the IMS messages for U113 for more information.

Topic deleted by Admin

Posted: Mon Feb 01, 2016 1:29 am
by academyindia4
<< Content deleted By Admin >>