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

IBM DEBUG TOOL for Assembler


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Harsh Pawar

New User


Joined: 04 Jun 2008
Posts: 25
Location: Noida

PostPosted: Thu Aug 07, 2008 2:27 pm
Reply with quote

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
View user's profile Send private message
saithvis2

New User


Joined: 23 Dec 2005
Posts: 61
Location: Providence , US

PostPosted: Tue Dec 02, 2008 4:22 pm
Reply with quote

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
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 -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Build dataset list with properties us... PL/I & Assembler 4
No new posts Finding Assembler programs PL/I & Assembler 5
No new posts How Can I Recall a Migrated Data Set ... PL/I & Assembler 3
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
Search our Forums:

Back to Top