Re: Debug tool in background batch job

2019-04-19 Thread Bruce Hewson
The program is assembler it’s 14 csects is there a way to trace it displaying offsets / location counter Doesn't the High Level Assembler ToolKit Debugger do this? regards Bruce Hewson -- For IBM-MAIN subscribe / signoff /

Re: Debug tool in background batch job

2019-04-19 Thread Peter Relson
The program is assembler it’s 14 csects is there a way to trace it displaying offsets / location counter Based on previous discussion, I think what you would like is to have such a trace display csect name and offset-within-csect. Since there is a way to trace, then it should be easy to wri

Re: Debug tool in background batch job

2019-04-18 Thread Joseph Reichman
The program is assember it’s 14 csects is there a way to trace it displaying offsets / location counter > On Apr 17, 2019, at 8:37 PM, Peter Van Dyke wrote: > > Hi, > > This can be done with Debug Tool. The following JCL is for a batch job that > runs a COBOL program and has Debug Tool wri

Re: Debug tool in background batch job

2019-04-18 Thread Peter Van Dyke
Bruce, ADSTAT is the COBOL program the z/OS Debugger is tracing. The load module for ADSTAT would be in the STEPLIB data set &SYSUID..LOAD. Regards, Peter Van Dyke HCL Technologies On Thu, 18 Apr 2019 at 14:24, Elardus Engelbrecht < elardus.engelbre...@sita.co.za> wrote: > Bruce Hewson wrote: >

Re: Debug tool in background batch job

2019-04-17 Thread Elardus Engelbrecht
Bruce Hewson wrote: >I cannot find program ADSTAT anywhere on my system. This is a custom compiled program. Two clues: STEPLIB is own private library and part of the PARM is '/TEST ...' which tells me the program was compiled with debugging statement inserted in the program and this program i

Re: Debug tool in background batch job

2019-04-17 Thread Bruce Hewson
Hello Peter, I cannot find program ADSTAT anywhere on my system. And I do have the IBM DEBUG products installed. On Thu, 18 Apr 2019 08:37:10 +0800, Peter Van Dyke wrote: >Hi, > >This can be done with Debug Tool. The following JCL is for a batch job that >runs a COBOL program and has Debug Too

Re: Debug tool in background batch job

2019-04-17 Thread Peter Van Dyke
Hi, This can be done with Debug Tool. The following JCL is for a batch job that runs a COBOL program and has Debug Tool write a trace of all statements and labels executed. It also shows the values of all referenced variables. The trace is written to the INSPLOG DD. //VANDYKET JOB (ACCTG),'DT JOB

Debug tool in background batch job

2019-04-17 Thread Joseph Reichman
Hi Would anyone know if I could run debug tool As a batch job producing an instruction trace of a program thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the