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

Need more info on CAA and enclave in LE


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Shruthi Raghavan

New User


Joined: 17 Jan 2007
Posts: 9
Location: India

PostPosted: Fri Jan 19, 2007 10:40 am
Reply with quote

I am working on LE migration project and have some issues. Can anybody please help me with the conepts of Common Anchor Area (CAA) and enclave. I need to know more about
- R13 pointing to CAA
- invoke cobol in more than one enclave

I would appreciate any kind of help.
Thanks in advance.
Shruthi
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Fri Jan 19, 2007 3:12 pm
Reply with quote

Hi Shruthi Raghavan !

When calling LE/370-conforming routines, register 12 points to the address of the CAA.

When a routine makes a call, registers 0-15 contain the following values:

o R0 is used by COBOL static call.
o R1 is a pointer to parameter list or zero if no parameter list passed.
o R2-R11 is unreferenced by LE/370.
Caller's values are passed transparently.
o R12 is the pointer to the CAA if entry to an external routine.
o R13 is the pointer to caller's DSA.
o R14 is the return address.
o R15 is the address of the called entry point.


Here you could find a nice description of the CAA:

cenmvst.gov.ab.ca/bookmgr-cgi/bookmgr.exe/BOOKS/BOOKREAD.LANGUAGE.CEEM1003.BOOK/1.3.2.7?SHELF=BOOKREAD.PUBLIC.MESSAGE.BKSHELF

More information:
publib.boulder.ibm.com/infocenter/pdthelp/v1r1/index.jsp?topic=/com.ibm.entcobol4.doc/igym1apc.htm

Regards, UmeySan
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts in REXX,how to get sysprt info CLIST & REXX 9
No new posts Copy a PDS to a new PDS - why do I ne... TSO/ISPF 8
No new posts Tivoli INFO/MANAGEMENT IBM Tools 1
No new posts Recreating VSAM cluster catalog info ... All Other Mainframe Topics 6
No new posts Need an info to store Hexadecimal val... DB2 5
Search our Forums:

Back to Top