| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
adous_sg
Joined: 13 Feb 2004
Posts: 5
|
| Posted: Mon Sep 13, 2004 7:33 pm Post subject: How to get the address for BLLs in CEDF |
|
|
Hi
How can I get the address for BLLs (Linkage variable, such as DFHCOMMAREA) while runing CEDF.
Thanks |
|
| Back to top |
|
adous_sg
Joined: 13 Feb 2004
Posts: 5
|
| Posted: Sun Sep 26, 2004 6:47 pm Post subject: |
|
|
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
Joined: 30 May 2003
Posts: 1526
|
| Posted: Mon Sep 27, 2004 8:31 am Post subject: |
|
|
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
Joined: 13 Feb 2004
Posts: 5
|
| Posted: Wed Sep 29, 2004 6:06 pm Post subject: |
|
|
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 |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|