Impact Analysis on Assembler-IMS DC programs
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Application Programming

#1: Impact Analysis on Assembler-IMS DC programs Author: somuk PostPosted: Wed May 28, 2003 12:40 pm
    —
Hi,
I have to do an impact analysis on Assembler-IMS DC programs. The goal is to list out all the programs which are doing Insert/Update in the IMS database.There are approximately 80 programs including the Main and Subprograms. Since I don't have much exposure to Assembler it would have been of great help if somebody can provide some input to this,
like whether we can do a search for specific "strings" in these programs etc...

Thanks
-Somu

#2:  Author: BitheadLocation: Michigan, USA PostPosted: Wed May 28, 2003 1:28 pm
    —
The IMS calls should be ISRT for insert and REPL for replace (update). You may want to search on ASMTDLI or CBLTDLI (both work).

#3:  Author: somuk PostPosted: Thu May 29, 2003 8:16 am
    —
Thanks Bithead.Is there anything else I need to look into ..? Appreciate your suggestions..

Thanks
-Somu

#4:  Author: BitheadLocation: Michigan, USA PostPosted: Thu May 29, 2003 8:24 am
    —
Analysis of the PSB may help. If the PROCOPT is G, then it can't make changes to the database. Values of A, I, R and L indicate that it might.

Include checks for deletes as well if that is needed.



MVSFORUMS.com -> Application Programming


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group