IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Xpediter Error: NO SOURCE LISTING DATA SET MEMBER


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
coria

New User


Joined: 09 Oct 2006
Posts: 36

PostPosted: Fri Mar 02, 2007 2:29 pm
Reply with quote

after A(Attach) the job in Xpediter, i got a screen like this:
said:'NO SOURCE LISTING DATA SET MEMBER FOR DFSRRC00', why?

------------------------- XPEDITER/TSO - LOG ---------------------------------
COMMAND ===> SCROLL ===> CSR
NO SOURCE LISTING DATA SET MEMBER FOR DFSRRC00
----------------------------------------------------------- Before DFSRRC00 ->
********************************* TOP OF DATA **********************************
+-----------------------------------------------------------------------------+
: JOB: TFA2001 :
: XPEDITER/TSO RELEASE 07.04.00 CUSTOMER # 150605 STEP: DLIBM :
: DATE: 03/02/2007 :
: AMERIPRISE FINANCIAL, INC. TIME: 02.58.25 :
: SYSTEM: SYSB :
+-----------------------------------------------------------------------------+

XPED IMS
TEST DFSRRC00
PARM 'DLI,FA2001EX,FA2001,20,0000,,0,,N,0,T,,,,Y,,Y,,,,,,10'
*** DFSRRC00 FROM IMM1.M1DA.RESLIB LINK 11/10/06
XPD2214 ADSRA221 LE ENVIRONMENT RECOGNIZED
XPD1942 ADSRA194 NO DATE/TIME PRESENT FOR MODULE DFSRRC00
NO SOURCE LISTING INFORMATION FOUND FOR MODULE
******************************** BOTTOM OF DATA ********************************

thanks,
coria
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Mon Mar 05, 2007 2:58 am
Reply with quote

DFSRRC00 - This is an IMS DLI program which is standard program with IMS product. You cannot debug this program and also cannot see this source code.
Just ignore this message and continue to xped your program by typing source program or int program.
Back to top
View user's profile Send private message
coria

New User


Joined: 09 Oct 2006
Posts: 36

PostPosted: Mon Mar 05, 2007 7:10 am
Reply with quote

thanks, i have done that by typing 'INT FA2001' & 'SOURCE FA2001EX', but still i can not get the debug screen. the message is:

'SOURCE LISTING TIME STAMP DOES NOT MATCH LOAD MODULE'
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Mon Mar 05, 2007 9:36 am
Reply with quote

This message is because the load module timestamp is not matching to the source code in ddio library.

You need to recompile your program with xped option and make sure u r giving the loadlibrary and xped ddio library correctly.
Back to top
View user's profile Send private message
coria

New User


Joined: 09 Oct 2006
Posts: 36

PostPosted: Mon Mar 05, 2007 11:45 am
Reply with quote

thank you Devzee, I got the debug screen, but after i set breakpoint and press F12, the pgm abend at U0039.

Explanation: An IDENTIFY request was issued to the IRLM, and the request failed. The return code is contained in register 15, and the reason code is located in the IRLM parameter list field RLIFCODE (offset X'8F'). Refer to the IDENTIFY request in "IDENT Request" in item IDENT_REQ_RC to determine the cause of the failure.

what is 'IDENTIFY request'?
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Mon Mar 05, 2007 12:24 pm
Reply with quote

You should debug line by line (PF9) to see which code is causing this issue.
Back to top
View user's profile Send private message
coria

New User


Joined: 09 Oct 2006
Posts: 36

PostPosted: Mon Mar 05, 2007 12:46 pm
Reply with quote

yes, i pressed F9, but got following information:

GO OPERAND NOT PERMITTED FOR MODULE WITHOUT SOURCE

before that i have tpyed ''INT FA2001EX'' AND '' SOURCE FA2001'', why it says the ''module without source''?
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Mon Mar 05, 2007 12:51 pm
Reply with quote

I think you might be missing few libraries required to xped ur program.
It's better if you contact some one at ur work to configure the Xped setup.
Back to top
View user's profile Send private message
coria

New User


Joined: 09 Oct 2006
Posts: 36

PostPosted: Mon Mar 05, 2007 12:58 pm
Reply with quote

ok, thank you Devzee:)
Back to top
View user's profile Send private message
kgumraj

Active User


Joined: 01 May 2006
Posts: 151
Location: Hyderabad

PostPosted: Thu Mar 08, 2007 11:30 am
Reply with quote

Hi,

We too got similar type of error, for this what Devzee suggested will work out. Kindly check the DDIO library with others team members and use the same. I feel that will solve the issue.
Back to top
View user's profile Send private message
coria

New User


Joined: 09 Oct 2006
Posts: 36

PostPosted: Mon Jun 04, 2007 9:21 am
Reply with quote

Yes kgumraj, as you said, issue solved:)
Back to top
View user's profile Send private message
ibmmainframe1

New User


Joined: 26 Jul 2005
Posts: 64
Location: India

PostPosted: Mon Dec 07, 2009 7:22 pm
Reply with quote

Hi All,

I am getting the same error when I give INT CS0T4904

"SOURCE LISTING TIME STAMP DOES NOT MATCH LOAD MODULE"

I compiled both the programs with xped options.

Time stamp
Main program - CS00147612/07/0908:34:58080600
Sub program - CS0T490412/07/0908:31:26080600
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Dec 07, 2009 7:26 pm
Reply with quote

There are two time stamps for each program involved -- the DDIO (source) time stamp, and the load module time stamp. Giving us one -- especially without telling us which it is -- is useless.
Back to top
View user's profile Send private message
ibmmainframe1

New User


Joined: 26 Jul 2005
Posts: 64
Location: India

PostPosted: Mon Dec 07, 2009 7:36 pm
Reply with quote

The one which I have given is DDIO.
Back to top
View user's profile Send private message
venkateshkudire

New User


Joined: 18 Feb 2010
Posts: 1
Location: Bangalore

PostPosted: Sat Mar 06, 2010 9:05 am
Reply with quote

------------------------- XPEDITER/TSO - LOG ---------------------------------
COMMAND ===> SCROLL ===> CSR
NO SOURCE LISTING, EXIT TO TERMINATE OR USE EXPLICIT SOURCE COMMAND
----------------------------------------------------------- Before NPCOMBIN ->
********************************* TOP OF DATA **********************************
+-----------------------------------------------------------------------------+
: JOB: ICN$002 :
: XPEDITER/TSO RELEASE 07.05.00 CUSTOMER # 000814 STEP: $NEWISPF :
: DATE: 03/05/2010 :
: HORIZON BLUE CROSS AND BLUE SHIELD OF NEW JERSEY TIME: 22.28.39 :
: SYSTEM: SYSA :
+-----------------------------------------------------------------------------+

XPED TSO SPF
TEST NPCOMBIN
LOADM NPCOMBIN
*** NPCOMBIN FROM END0P.TEST1.EDIS.LOADLIB LINK 03/05/10
XPD2215 ADSRA221 LE ENVIRONMENT HAS NOT BEEN RECOGNIZED AND THE LE ROUTINES
HAVE NOT BEEN ESTABLISHED
NO SOURCE LISTING INFORMATION FOUND FOR MODULE
******************************** BOTTOM OF DATA ********************************




Please help me.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Sat Mar 06, 2010 10:28 am
Reply with quote

The message
Quote:
NO SOURCE LISTING INFORMATION FOUND FOR MODULE
means one of two things: either it was compiled using Xpediter into a DDIO file that is not available at run time (which may require checking the DDIO files specified in the TSO set up for Xpediter and adding the missing file), or the program was not compiled using Xpediter.
Back to top
View user's profile Send private message
Kjeld

Active User


Joined: 15 Dec 2009
Posts: 365
Location: Denmark

PostPosted: Mon Mar 08, 2010 1:52 pm
Reply with quote

It seems like you miss a library in your Xpediter LOADLIB setup. You should obtain the name of the Language Environment load library in your installation, and add that to your XPD TSO LOADLIB setup.

I think you got the error because you call LE modules directly from you programs, and Xpediter cannot work with the modules from LINKLIB.
Back to top
View user's profile Send private message
ibmmainframe1

New User


Joined: 26 Jul 2005
Posts: 64
Location: India

PostPosted: Mon Mar 08, 2010 3:20 pm
Reply with quote

Did you compile with xped option..?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Mar 08, 2010 5:30 pm
Reply with quote

Suggest you first look into the xpediter manuals. And there should be some site-specifc-document which will help you to know how to start de-bugging programs using xpediter.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top