Re: Web Services (Retouch)



In article <1183198186.777122.162140@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
razor <iruddock@xxxxxxxxxxxxxxxx> wrote:
Pardon my ignorance as I've never programmed on mainframe, but do you
(Mainframe programmers) not have access (even by now) to a good
debugger for testing?

I know that I've never worked in a shop that had an installed, working,
mainframe debugger for batch programs, no. InterTest would be available
for CICS and I remember a site or two that used Xpeditor for online code,
as well.

For batch, though, it has always been DISPLAY and READY TRACE... until
support for the latter was dropped. Just the other day, though, I made
use of one of those 'new-fangled' debugging options; a lot of code in this
shop is built on a skeleton that contains:

DECLARATIVES.
COBOL-II-DEBUG SECTION.
USE FOR DEBUGGING
ON ALL PROCEDURES.
COBOL-II-DEBUG-PARA.
SET TRACE-ON TO TRUE
IF TRACE-ON
DISPLAY DEBUG-NAME
END-IF.
END DECLARATIVES.

.... and I'm aware that COBOLII is no longer supported... but a bit of
manual-searching (wonderful thing, this WorldWide Web) showed me

//STEP EXEC PGM=PROGNAM,PARM='STUFF ,/DEBUG'

.... and it was almost like having IKFCBL00 back... brought a tear to my
eye, it did.

DD
.



Relevant Pages

  • Re: Web Services (Retouch)
    ... mainframe debugger for batch programs, ... Xpeditor can be used to debug batch programs interactively. ...
    (comp.lang.cobol)
  • Re: Web Services (Retouch)
    ... mainframe debugger for batch programs, ... Xpeditor can be used to debug batch programs interactively. ...
    (comp.lang.cobol)
  • Re: Web Services (Retouch)
    ... Pardon my ignorance as I've never programmed on mainframe, ... debugger for testing? ... and that has been carried over into Netexpress. ...
    (comp.lang.cobol)
  • Re: AppleWin Debugger & AppleWin Ports
    ... Hey Blurry ... current debugger would be all that user-friendly on a zarus. ... I agree -- mousewheel support needs to be in. ... macros (maybe with assignable hotkeys like you have with space bar for ...
    (comp.emulators.apple2)
  • Re: Step by Step skips large chunks of code
    ... I have several applications that are threaded and I use exception handling ... The debugger product team has already identified the root cause of this ... Microsoft Online Community Support ... You can send feedback directly to my manager at: ...
    (microsoft.public.vsnet.debugging)