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

S806 during xpeding a BTS cobol code


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

Active User


Joined: 14 Aug 2006
Posts: 198

PostPosted: Fri Nov 21, 2008 1:01 pm
Reply with quote

Hi,

I'm xpeding a BTS cobol code. I call program B from program A. First time call is succesfull. When I try the second time this cal fails with S806 on module B.

When I checked the abendaid report for this execution, I can see that the loadmodule for B is taken from a temporary data set instead of the specified load module library.

One important point is that B is called dynamically.

Is xped creating temp data sets for load modules.
Back to top
View user's profile Send private message
Debabrata Pruseth

New User


Joined: 11 Dec 2008
Posts: 59
Location: Pune , India

PostPosted: Wed Feb 04, 2009 8:33 pm
Reply with quote

The post is 2 months old and i think you must have got the solution by now . I think the loadmodule concatination in 'LOADLIBS' section of 'System Parameter' setting for that job was not correct and hence it was taking the code of B from some other dataset.

One thing is that you can XPED both the called program B and calling program A simultaniously by XPED compilimg both and using command 'INTERCEPT' during XPED .

Please let me know the finding for the cause of that issue you had faced.
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts run rexx code with jcl CLIST & REXX 15
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top