View previous topic :: View next topic |
Author |
Message |
Anand_R Intermediate
Joined: 24 Dec 2002 Posts: 189 Topics: 60
|
Posted: Fri Jan 17, 2003 8:48 am Post subject: Can we use xpeditor tool for db2 programs.. |
|
|
Hi,
Can We use the xpeditor tool for DB2 programs debugging.. If so please provide some help on this topic or provide me some manuals.
Thx
Anand |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Fri Jan 17, 2003 9:14 am Post subject: |
|
|
Anand_r,
Yes you can debug COBOL-DB2 programs using xpediter.It is similar to debugging a normal cobol program. You need to set YES to DB2 TEST. This is the Last line on option 2 TSO(Debug programs interactively under TSO )
Code: |
Is This a DB2 Test? ===> YES Plan ===> plan name System ===> db2 region
|
The manuals for xpediter are copy righted. Since your shop has a valid xpediter licence, you can access the manuals using your client number
http://frontline.compuware.com/
You can find the client number from your systems people or if you have file-aid then choose option 0(PARAMETERS) on the file-aid main menu and then choose option 1(SYSTEM- File-AID system parameters) . The first line in that panel shows your client number.
Hope this helps...
cheers
kolusu |
|
Back to top |
|
|
dalaly Beginner
Joined: 29 Nov 2002 Posts: 56 Topics: 23
|
Posted: Fri Jan 17, 2003 9:27 am Post subject: |
|
|
In addition you will need to set up your DSNLOAD libraries. This can be accomplished in your setup view(the system and DSN names are specific to your shop:
Code: | Profile: DEFAULT ----- XPEDITER/TSO - DSNLOAD LIBRARIES ---------------
COMMAND ===>
NAME DSNLOAD DSNAME
(1) ===> GRT1 ===> 'TSYS.DSNLOAD'
(2) ===> ===>
(3) ===> ===>
(4) ===> ===>
(5) ===> ===>
(6) ===> ===>
(7) ===> ===>
(8) ===> ===>
Note: This list contains overrides to installed defaults
Press ENTER to Process or Enter END Command to Terminate
|
Best regards,
-dalaly |
|
Back to top |
|
|
Anand_R Intermediate
Joined: 24 Dec 2002 Posts: 189 Topics: 60
|
Posted: Fri Jan 17, 2003 9:43 am Post subject: |
|
|
Kolusu,
I use the option 3 inxp I mean batch debugging.. then what are all things I should consider..I mean what needs to be done under this case..
I compile the module with xp otpion as yes in APC tool..
Pls Reply
Thanks
Anand |
|
Back to top |
|
|
|
|