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

what happens when a program is getting installed and running


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sid_aec

New User


Joined: 01 Jul 2008
Posts: 60
Location: Kolkata

PostPosted: Wed Jun 10, 2009 6:19 pm
Reply with quote

Can anybody give me brief idea about what happens when a program is getting installed and at the same time the program is running through a Job.
Is it the job will get abend?? Kindly share some knowledge on this..
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8700
Location: Dubuque, Iowa, USA

PostPosted: Wed Jun 10, 2009 6:42 pm
Reply with quote

When the program is executed, it is loaded into memory. Once loaded into memory, the disk copy can be replaced by doing an install or whatever else without impacting the executing program. This assumes that the program is not a subroutine being dynamically called with reloads.

If the program is CICS, the newcopy will not occur until the program can be updated.
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts After newcopy the CICS program user f... CICS 7
No new posts Starting a CICS Transaction from a Th... CICS 0
No new posts Problem moving a cobol program into E... COBOL Programming 3
No new posts Error to invoke MPP program through B... IMS DB/DC 4
No new posts Using API Gateway from CICS program CICS 0
Search our Forums:


Back to Top