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

Tool to list down the programs/sub programs


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
DARRY
Warnings : 1

New User


Joined: 04 Mar 2006
Posts: 9

PostPosted: Thu Apr 27, 2006 6:06 pm
Reply with quote

Hi,

Is there any tool to list down the programs and its sub programs called in a cobol program.

Thanks,
DARRY
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Mon May 01, 2006 10:46 pm
Reply with quote

DARRY,

I think this is a very difficult if not nearly impossible task. If ALL subroutine calls are STATIC calls this can be possible, but dynamic calls are near impossible. You would have to have a product that would execute each program in an interpreted mode and analyze each ?CALL? for every possible logic path, along with analyzing each subroutines calls.

Dave
Back to top
View user's profile Send private message
DARRY
Warnings : 1

New User


Joined: 04 Mar 2006
Posts: 9

PostPosted: Sat May 06, 2006 10:51 am
Reply with quote

Thanks Dave.
Back to top
View user's profile Send private message
bharghavi_t

New User


Joined: 14 Jun 2006
Posts: 1
Location: hyderabad

PostPosted: Mon Jun 26, 2006 12:17 am
Reply with quote

hey if iam not wrong cant we jus check the LINK JCL of teh programs and subprograms to find the called programs and subprograms?
Correct me if iam wrong
Back to top
View user's profile Send private message
sudhakar_mainframe
Warnings : 1

New User


Joined: 29 Jun 2006
Posts: 25

PostPosted: Thu Jun 29, 2006 12:17 pm
Reply with quote

Hi,
Bhargavi

where is link Jcl?




Bye,
sudhakar
Back to top
View user's profile Send private message
satyanarayana.chitneni

New User


Joined: 28 Mar 2005
Posts: 4
Location: hyderabad

PostPosted: Fri Aug 04, 2006 4:08 pm
Reply with quote

Hi DARRY,

There is tool SEEC Application Manager (Analysis Tool) will give you the report for Main program and all its subprograms.

Above is true for all Static calls and for dynamic calls which have resolved in the program(I mean value of DATAITEM used for call is hardcoded in the program) as this tool is static analysis tool and is PC based tool.


To get the required report
1. First you need to download the Application Sources (Programs, copybooks, JCLs, etc)
2. All the sources should be captured with the tool (that is tool parses the source )

For more info visit Use [URL] BBCode for External Links or contact support@seecasia.com

Regards,
Satya
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Fetch data from programs execute (dat... DB2 3
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Build dataset list with properties us... PL/I & Assembler 4
Search our Forums:

Back to Top