View previous topic :: View next topic
|
Author |
Message |
Harsh Pawar
New User
Joined: 04 Jun 2008 Posts: 25 Location: Noida
|
|
|
|
Hi,
I am using "IBM Debug Tool Version 8 Release 1 Mod 0" for debugging.
I am facing issue when i tried to debug an assembler program in Batch,
It is working fine for CICS.
Issue is debugger is not breaking into the program.
I tried "AT ENTRY XXX" and "LDD XXX" but it is not showing when XXX is being called. |
|
Back to top |
|
|
saithvis2
New User
Joined: 23 Dec 2005 Posts: 61 Location: Providence , US
|
|
|
|
Hi Harsh,
Did you checked your EQALANGX directory ? All assembler programs
when assembled will store a Debug exectuable version in that pds unlike for Cobol programs which store in SYSDEBUG.
Did you first entered these commands at command prompt :
SET ASSEMB ON;
LDD Module-Name;
At ENTRY Module-Name;
The question was asked way back , but just replying to the post .. just in case it helps anyone else..
Regards,
V saith |
|
Back to top |
|
|
|