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

What is Re Entrant Program and what is Re entrancy


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nijugopalan

New User


Joined: 15 Oct 2005
Posts: 15
Location: pune

PostPosted: Thu Jul 20, 2006 10:21 am
Reply with quote

WHAT IS RE ENTRANT PROGRAM. AND WHAT IS RE ENTRANCY
Back to top
View user's profile Send private message
Bharanidharan

New User


Joined: 20 Jun 2005
Posts: 86
Location: Chennai, India

PostPosted: Fri Jul 21, 2006 12:18 pm
Reply with quote

I think any manual (including IBM Principle of operations) would contain the details.
A re-entrant module is one which does not have self-modifying property. In other words, the code must not change itself and any data that must be modified must reside outside of the module. For example, if you wish to modify a working storage, it must be acquired from and handled outside your module.
However, you are free to change the values in any location outside your module eg. registers, external storage devices.
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 -> PL/I & Assembler

 


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