IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

transaction not taking new load of MPP program


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
krishna_mf

New User


Joined: 31 Jan 2007
Posts: 56
Location: banglore

PostPosted: Tue Feb 13, 2007 6:13 pm
Reply with quote

hi,
i am running an MPP program. i made some changes in program and compiled it. But when i am firing the transaction it is taking the old load.
I deleted the load and recreated the load again but it is taking from old load. can any one help me what to do inorder to reflect changes
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Tue Feb 13, 2007 6:18 pm
Reply with quote

You should force the application to be reloaded from PGMLIB. If the region is almost sleeping (very few transactions) your applications remains in the region. Swich to the IMS-screen and do the following:
find out in which region your transaction runs; /DIS REG A. at the right side you see the classes the region processes. If you want to know the class your MPP runs type /DIS TRAN trx and under CLS it shows the class.

    stop the transaction; /STO TRAN trx
    stop the application; /STO PGM pgm
    stop the region; /STO REG xx
    start the region; /STA REG xx
    start the transaction; /STA TRAN trx
    start the application. /STA PGM pgm


If you've got troubles finding the right regions post this.
Back to top
View user's profile Send private message
krishna_mf

New User


Joined: 31 Jan 2007
Posts: 56
Location: banglore

PostPosted: Tue Feb 13, 2007 6:37 pm
Reply with quote

thanks Bitneuker
its working
Back to top
View user's profile Send private message
satya123
Warnings : 1

New User


Joined: 18 Aug 2006
Posts: 57

PostPosted: Fri Feb 23, 2007 1:00 pm
Reply with quote

Hi,
I am a new IMS programmer.Please tell me how to define my transaction and program name in MPP program???
In CICS thru CEDA or CEMT we generally do....

\please help me...

Satya
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Fri Feb 23, 2007 2:48 pm
Reply with quote

Hi Satya,

You're a new IMS programmer but also this is your first topic. Please start a new topic; after you did I will delete this post and help you in your new topic.
Back to top
View user's profile Send private message
satya123
Warnings : 1

New User


Joined: 18 Aug 2006
Posts: 57

PostPosted: Fri Feb 23, 2007 4:12 pm
Reply with quote

HI,
As i said new programmer means i am new to DC but i am comfortable with DB. recently our company got a project on DC for that reason i need help.

Please tell me the program preparation of MPP .

Regards
Satya
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Fri Feb 23, 2007 4:16 pm
Reply with quote

Bitneuker wrote:
Hi Satya,

You're a new IMS programmer but also this is your first topic. Please start a new topic; after you did I will delete this post and help you in your new topic.


To start a new topic go to the top of a topic and press the leftmost button on which 'NEW TOPIC' is stamped.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
No new posts REASON 00D70014 in load utility DB2 6
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top