Documentation for using Debug Tool?



Support for IBM Debug Tool, Utilities and Advanced Functions

Documentation for using Debug Tool?

Postby jfuhrman » Wed Mar 24, 2010 7:54 pm

We're replacing CA Intertest with IBM Debug tool. Does anyone know if there is some documentation available on using Debug tool? It's been installled by the sys admins. ~ john
jfuhrman
 
Posts: 1
Joined: Mon Apr 21, 2008 8:50 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Documentation for using Debug Tool?

Postby Robert Sample » Wed Mar 24, 2010 10:15 pm

http://www.s390.ibm.com and look for the Information Center for your version of z/OS. All IBM documentation is available on their web site.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Documentation for using Debug Tool?

Postby Robert Sample » Wed Mar 24, 2010 10:16 pm

I should have said, "all publicly available IBM documentation" -- they do have restricted materials.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Documentation for using Debug Tool?

Postby hasini » Wed Aug 04, 2010 11:29 am

i want mainframe materials pls forward for me
hasini
 
Posts: 1
Joined: Fri Jul 30, 2010 8:21 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Documentation for using Debug Tool?

Postby Robert Sample » Wed Aug 04, 2010 4:20 pm

Your request is so vague it cannot be satisfied. Are you wanting hardware information or software information or both? For hardware, are you wanting z11, z10, z9, or other hardware data? For software, are you wanting tutorials, manuals, specification sheets, or what?

A typical mainframe installation will usually have somewhere between 1,000 and 2,000 manuals for hardware and software, with the page count usually upwards of 2 million pages. Just asking for "mainframe materials" shows a complete and total lack of understanding of the mainframe and its history.

Furthermore, many manuals are copyrighted and cannot be posted nor linked to nor provided to you -- you have to get them yourself.

I strongly recommend you go to http://www.s390.ibm.com and spend a few weeks reading before attempting to post another question -- at least then you are more likely to ask something that can actually be answered!
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Documentation for using Debug Tool?

Postby sgarbossa » Tue Dec 14, 2010 4:25 pm

sgarbossa
 
Posts: 2
Joined: Tue Dec 14, 2010 4:18 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Documentation for using Debug Tool?

Postby yjogia » Mon Jan 23, 2012 11:55 pm

We have COBOL CICS Intertest installed. Howver, can anyone help me with this - a CICS program is calling a batch subroutine. An ASRA abend is occuring when this batch subroutine is called. How can I intercept the line of code within this batch code.

Thanks

Yogesh
yjogia
 
Posts: 2
Joined: Mon Jan 23, 2012 11:42 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Documentation for using Debug Tool?

Postby Ed Goodman » Wed Jan 25, 2012 12:23 am

Not sure what you mean by "batch". I've heard people call all subroutines "batch", but only because there is no CICS tran code that points to it.

If you simply mean a normal subroutine, then you'll have to make sure it gets compiled with the Intertest-enabled compile options. It's going to look VERY close to what you use to Intertest compile a main program. (In my shop, ALL programs get compiled like this)

After you're sure it's available to Intertest, then put a stop/break in the calling program first. Then, when that program stops, bring up the source code for the subroutine and put a stop/break in it. Not sure which command shows the source code from another program, but I'm sure it's in your quickref.

Then go ahead and let the calling program continue. Intertest should stop when it gets to the normal stop/break point.

And something else that's going to cause you confusion: The IBM debugger is actually named "Debug Tool", Intertest is ANOTHER debugging tool from a private company.
Ed Goodman
 
Posts: 341
Joined: Thu Feb 24, 2011 12:05 am
Has thanked: 3 times
Been thanked: 17 times


Return to IBM Debug Tool

 


  • Related topics
    Replies
    Views
    Last post