Debugger tools for XE/390?

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
emhastr
Premium Member
Premium Member
Posts: 12
Joined: Mon Apr 21, 2003 1:45 pm

Debugger tools for XE/390?

Post by emhastr »

Has anybone been successful in using a debugger tool for XE/390?
Thanks, Ed
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Only close scrutiny of the generated COBOL! [:(]

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
Amos.Rosmarin
Premium Member
Premium Member
Posts: 385
Joined: Tue Oct 07, 2003 4:55 am

Post by Amos.Rosmarin »

Hi there,

I've done it, you can use any debugging tool you have since after you generate the code it's like any other complicated cobol program.
I DS6 you can generate the code with debug information but I did not find it very helpful, I prephare to add my own DISPALY's :))

I suggest you add to your JCL SYSDBOUT and SYSABOUT cards, it is very helpful in case you get 0C7 abort.


HTH,
Amos
emhastr
Premium Member
Premium Member
Posts: 12
Joined: Mon Apr 21, 2003 1:45 pm

Post by emhastr »

Hi, Amos. Thanks! Could you give me some specifics?
Which debugger did you use? (Xpediter?, IBM Debug?)
Is there something special that you added to the Compile JCL?
Did you use the DataStage generated compile JCL or did you use
your own?

FYI, when I tried Xpediter, the debugger would work until the first
call of a 'DS***' routine, ie 'DSINIT'.

Thanks sharing.

Ed



quote:Originally posted by amos.rosmarin
[br]Hi there,

I've done it, you can use any debugging tool you have since after you generate the code it's like any other complicated cobol program.
I DS6 you can generate the code with debug information but I did not find it very helpful, I prephare to add my own DISPALY's :))

I suggest you add to your JCL SYSDBOUT and SYSABOUT cards, it is very helpful in case you get 0C7 abort.


HTH,
Amos
Post Reply