View previous topic :: View next topic
|
Author |
Message |
adous_sg
New User
Joined: 13 Feb 2004 Posts: 5
|
|
|
|
Hi
How can I get the address for BLLs (Linkage variable, such as DFHCOMMAREA) while runing CEDF.
Thanks |
|
Back to top |
|
|
adous_sg
New User
Joined: 13 Feb 2004 Posts: 5
|
|
|
|
My question is
While debuging CICS transaction by using CEDF, we can use the 'PF5' to
get the value or address for working-storage variables, But how can I get
the value or address for Linkage variables, such as DFHCOMMAREA
variables? |
|
Back to top |
|
|
mmwife
Super Moderator
Joined: 30 May 2003 Posts: 1592
|
|
|
|
Hi Adous,
As I recall your compiler listing should give you the BLL regs used by the variables in the pgm and also what h//w regs they're assigned to.
To be certain that you get the info in the listing, compile using
"LIST,NOOFF" as additional PARMs in the JCL. |
|
Back to top |
|
|
adous_sg
New User
Joined: 13 Feb 2004 Posts: 5
|
|
|
|
Hi Jack
Yes I can get the BLL regs from the compiler listing, But how can I get the address for the BLL regs in CEDF?
Thanks |
|
Back to top |
|
|
|