HP3000-L Archives

November 1998, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Michael A <[log in to unmask]>
Reply To:
Date:
Mon, 2 Nov 1998 11:49:28 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
Hi,

My favorite COBOL debugging tool is a debug macro in COBMAC.PUB.SYS.
If you want to quickly look at statements or check which section is
PEFORMing
use this macro.
Use the  macl (macrolist) to see a list of macros.


Run myprog;debug
>use cobmac.pub.sys
>macl
>b ?dbget
>c
>print_performs
>etc..

Any enhancement ideas for this macro (well hidden from the users)?

Thanks
Michael Abootorab
11:48

ATOM RSS1 RSS2