View previous topic :: View next topic |
Author |
Message |
ST Beginner
Joined: 04 Jan 2003 Posts: 24 Topics: 12
|
Posted: Sat Jan 04, 2003 5:57 pm Post subject: Procedure to Setup XPEDITER |
|
|
Hi,
Can anyone tell me the Procedure to setup XPEDITER/TSO for debugging and tracing of COBOL pgms..
I have an idea that we shud compile and link edit thru XPED and allocate some LOADLIBS and DDIOs.. But I need some clear explanation on this..
also whats the purpose of DDIO(Data definition I/P O/P?)
Thanks in adv..
ST |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Sat Jan 04, 2003 6:43 pm Post subject: |
|
|
ST,
Well the setup of xpediter varies from shop to shop. Did you try to ask your co-workers in your shop?. The basic setup you need is to compile the program with XPEDITER option.
The DDIO file is required by XPEDITER during compile time to store source listings containing the information necessary for XPEDITER/TSO to reference various elements of your program during testing.
Hope this helps...
cheers
Kolusu |
|
Back to top |
|
 |
rannie Beginner
Joined: 26 Jun 2003 Posts: 2 Topics: 0
|
Posted: Thu Jun 26, 2003 4:05 pm Post subject: |
|
|
kolusu,
After you compile a cobol program with xpediter option on under changeman. how do i execute it. Do i need to add some steplib in the proc ? etc. Can you reply with a sample jcl/proc. thanks |
|
Back to top |
|
 |
CaptBill Beginner
Joined: 02 Dec 2002 Posts: 100 Topics: 2 Location: Pasadena, California, USA
|
Posted: Fri Jun 27, 2003 3:53 pm Post subject: |
|
|
rannie,
Kolusu's answer said it all. Ask one of your co-workers. Every shop has it's quirks. |
|
Back to top |
|
 |
|
|