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

LDA, GDA and PDAs


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nan_ishan

New User


Joined: 15 Apr 2009
Posts: 3
Location: Pune

PostPosted: Thu Feb 18, 2010 12:32 am
Reply with quote

What is the scope of LDA, PDA and GDA?
In which memory does it reside?
Back to top
View user's profile Send private message
Ralph Zbrog

New User


Joined: 21 Nov 2009
Posts: 58
Location: California

PostPosted: Thu Feb 18, 2010 11:36 am
Reply with quote

LDA - programming object in which it is located
PDA - caller and callee
GDA - all programs and external subroutines in which it is defined
- a subprogram and all external subroutines it performs
- NOTE: a program's GDA is not available to any subprogram. Even if it has the same name and field definitions, a subprogram's GDA is a separate instance from the program's GDA. (Individual elements of a program's GDA may be passed to a subprogram in a parameter list.)
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 -> Java & MQSeries

 


Search our Forums:

Back to Top