View previous topic :: View next topic
|
Author |
Message |
seema_vidya
New User
Joined: 24 Jun 2005 Posts: 5
|
|
|
|
when i am giving intercept subpgm command while debugging source, i am getting an error:
" NO SOURCE LISTING INFORMATION FOUND FOR MODULE "
can anyone help. |
|
Back to top |
|
|
saahisystems
New User
Joined: 01 Dec 2005 Posts: 3
|
|
|
|
did you compiled the sub program also.....in xpediter |
|
Back to top |
|
|
Hames
New User
Joined: 03 Oct 2005 Posts: 49
|
|
|
|
Hi Seema,
First you need to compile your pgm with Xpediter option.Once you compiled the pgm with that option you can test your pgm interactively.
Also you need to verify that the XPEDITER setup has been done properly. If you are pointing to libraries not used by the compile for the source, you will get that message. |
|
Back to top |
|
|
suman_236
New User
Joined: 18 Nov 2005 Posts: 11 Location: Chennai
|
|
|
|
Seema -
Saahi and Hames are correct....you need to compile the program and routine with xpeditor option.....and also check if your DDIO libraries are setup correctly....
If DDIO is not found for your sub program, it should be generated from the listing....
...fyi....if you are compiling program with Cobol 3, Cobol 3 doesn't generate DDIO autmomatically...you need to generate it seperately from listing.... |
|
Back to top |
|
|
|