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

Impact Analysis


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
stly
Warnings : 1

New User


Joined: 25 Jul 2005
Posts: 93

PostPosted: Thu Apr 06, 2006 8:17 pm
Reply with quote

hi i m new to impact analysis.i have copy book.i need to find out if i made changes to occurs of a data item what r the things to be looked in.i mean what r the other things to b affected.my copybook has been used in a FD of data division.
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Fri Apr 07, 2006 1:41 pm
Reply with quote

Stly,

First i want to know what changes are u doing for that data item
1) Renaming
2) Changing the length
3) adding new variable
4) Deleting a variable

Make a fairscan to identify how many pgm are using that particular copybook

1) U have to change the name of the variable whenever it is used in the Pgm
2)If the pgm are moving value of that variable to some other variable then we need to change the length of the coorosponding variable also
3) we have to add functionality for that new variable if req
4) we have to delete each & every occurance of that variable from the pgm

Hope it will helpful
Back to top
View user's profile Send private message
stly
Warnings : 1

New User


Joined: 25 Jul 2005
Posts: 93

PostPosted: Sun Apr 09, 2006 10:59 am
Reply with quote

hi guptae,

my actual requirement is i need to cahnge the occurs limit means i need to increase teh occurs limit nad taht occurs is in copybook.if i increase the occurs limit the file structure has to be changed.then wat r the changes required to do.if the copybok is used in FD as a input file tehn wat the cahnges i ahv to luk into
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Mon Apr 10, 2006 12:27 pm
Reply with quote

Stly,

If you are increasing the occurs limit for a field then if business requires then u have to add funcionality to pgm to populate those fields
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Sorry - Trying again: How can we impr... ABENDS & Debugging 2
No new posts I need help with analysis of a COBOL ... All Other Mainframe Topics 14
No new posts Code Coverage and static analysis too... PL/I & Assembler 2
No new posts Dump analysis of an assembler module PL/I & Assembler 4
No new posts Why TS/OP would Not contact site supp... All Other Mainframe Topics 4
Search our Forums:

Back to Top