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

Need to get program back from load library


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rups

New User


Joined: 19 Jan 2006
Posts: 17
Location: bangalore

PostPosted: Mon Oct 22, 2007 3:29 pm
Reply with quote

hi,

i have forgotten the library name in which i have coded the Cobol program,but i am having load module of it.is there a way by which we can convert the load library back to source program,if not can we find the program's library name from load library.

rups
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Oct 22, 2007 3:35 pm
Reply with quote

sorry to disillusion You,
both answers are ... NO, NO

But, if You know the procedure to which Your program belongs,
You might have a starting point for a source search
Back to top
View user's profile Send private message
rups

New User


Joined: 19 Jan 2006
Posts: 17
Location: bangalore

PostPosted: Mon Oct 22, 2007 3:52 pm
Reply with quote

Enrico,

thanks for replying,but i am unable to search using procedure also.
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 Oct 22, 2007 4:19 pm
Reply with quote

Do you remember the load library name, which 'tool' do you use for link-editing of COBOL development programs?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Oct 22, 2007 4:24 pm
Reply with quote

By procedure I was' nt meaning the JCL procedure..
I was referring to the application..
In banking they would be something like..
current accounts, deposits, loans, ...

If You think it could help You to do some backtracking
byfinding out the compilation/link date You could run an
"AMBLIST" on the load module

see this post on how
http://www.ibmmainframes.com/viewtopic.php?t=23986&highlight=amblist
Back to top
View user's profile Send private message
rups

New User


Joined: 19 Jan 2006
Posts: 17
Location: bangalore

PostPosted: Mon Oct 22, 2007 4:49 pm
Reply with quote

Anuj,

I do remember the load library name.here we don't use tools to link-editing the Cobol development programs,instead we link-edit through running jobs manually.since i have link-edited the program long time back the jobs are deleted from my spool.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Oct 22, 2007 7:26 pm
Reply with quote

Hello,

The manual compile/link job is your "tool". Does your system use "standard" compile jcl? Many organizations use "common" source libraries and your program is hopefully in one of them. If you have some personal datasets that contain source, you might look there as well.

As has been discussed in the forums before, retrieving source from a load module is almost always not feasible.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Issues Converting From ZD to Signed N... DFSORT/ICETOOL 4
No new posts Using API Gateway from CICS program CICS 0
No new posts Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
No new posts Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top