What is IMPACT analysis?

Answers were Sorted based on User's Feedback



What is IMPACT analysis?..

Answer / guest

Impact Analysis:
If a change requested to an existing process, need to
analyse the impact on entities

Interview Purpose
-----------------
Requirement - Size of a field need to be increased in a
copybook

Before giving estimation to above requirement, we need to
do impact analysis

1. Validate the changes required to the copybook
- If FILLER (unused space) exist, use that space to
increase above field. This will save from increasing
copybook length
- If no FILLER exist in copybook, increase field length,
which will increase copybook length
2. Search for Programs used this copybook. Analyse the
usage of field in these programs. If the field value is
moving to any working storage field, start analyse the
impact of that working storage variable
- If the program is a sub-program, validate if this
field moving to main program through linkage section
variable
3. Validate the files linked to the copybook, requires file
attribute changes in the job
4. If the filed value is moving to any database, then
validate DCLGEN
5. If the value moving to any online programs, analyse if
it require any changes to online screen

Is This Answer Correct ?    15 Yes 0 No

What is IMPACT analysis?..

Answer / anna

and online pgm, copybooks.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More COBOL Interview Questions

Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?

3 Answers   Microsoft,


how do you reference the variable unblock file formats from cobol programs

0 Answers  


How to retrive the 9th records out of ten records using the cobol program ?

3 Answers   UST,


What is SDSF?

3 Answers  


What is tne need to use sub programs in Cobol?

3 Answers   HSBC,






How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.

7 Answers   CGI, TCS,


Name some of the examples of COBOl 11?

0 Answers   CSC,


is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon

2 Answers   Patni,


Can a Search can be done on a table with or without Index?

0 Answers  


what is scope terminator

2 Answers   IBM,


what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.

3 Answers   HCL, TCS,


how you read control card into array?

3 Answers   HCL,


Categories