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

IMS DC program(MPP program) Load Refresh


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

New User


Joined: 26 Aug 2008
Posts: 6
Location: India

PostPosted: Wed Sep 17, 2008 6:30 pm
Reply with quote

Hi,

I modified an IMS DC(Message processing program) program and compile, linkedited successfully. When I go to IMS region and start my IMS transaction, it does not pick the latest load in the IMS pgmlib library. Do we need to refresh the program in IMS region? If yes what is the command or how do we do it?[/quote]
Back to top
View user's profile Send private message
RamChander Rao Chepuri

New User


Joined: 18 Sep 2008
Posts: 2
Location: Hyderabad/USA

PostPosted: Mon Sep 22, 2008 6:50 am
Reply with quote

Hi Balasubra,

We need to refresh the loadlib. I usually recycle the region to pick the latest load modules.

Thanks,
Ram
Back to top
View user's profile Send private message
balasubra

New User


Joined: 26 Aug 2008
Posts: 6
Location: India

PostPosted: Mon Sep 22, 2008 9:45 am
Reply with quote

Hi Ram,

When you say "recycle the IMS region" , do you mean bring down the concerned IMS region and again bring up that region?

Also, should we compile/link-edit the application program only after the region is stopped or is it that we can have the new loadlib ready and then go ahead with recylcling the region?

Please advice.
Back to top
View user's profile Send private message
RamChander Rao Chepuri

New User


Joined: 18 Sep 2008
Posts: 2
Location: Hyderabad/USA

PostPosted: Tue Sep 23, 2008 7:16 pm
Reply with quote

Yes! First you have to prepare the LOADLIB then recylce the region.

When you recycle the region that would pick up the latest loadlib.

Thanks,
Ram
Back to top
View user's profile Send private message
shyam k dhanraj

New User


Joined: 18 Jun 2008
Posts: 27
Location: bangalore

PostPosted: Mon Aug 24, 2009 8:12 pm
Reply with quote

Bringing down the MPR and bringing it up is one way refreshing the region. Is there any other way of doing it without bringing down and bringing up the MPR. May through a IMS DC operator command or somthing.
Back to top
View user's profile Send private message
dominickim

New User


Joined: 28 Feb 2007
Posts: 65
Location: NS, CA

PostPosted: Mon Aug 24, 2009 9:41 pm
Reply with quote

Hello Balasubra,

Try this if you are allowed to use commands below, otherwise ask to MTO:
/sto reg 1 2 3 ... (region # that matching with your transaction class)
/sta reg reg1 reg2 reg2 (region name)
or
/ass tran your-transaction-name class=1 (class # that region has that you never run in this region before)
or
wait until your program will page-out from region(s).
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