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

01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?

2 Answers   IBM,


What is SET TO TRUE all about, anyway?

5 Answers  


I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please

2 Answers  


What are all the divisions of a COBOL program?

0 Answers  


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

0 Answers  






what is the use of comp2 ? where can we use it with example ?

3 Answers   Covansys,


How to open and see copy book ?

3 Answers  


How to read the last 100 records from a COBOL file. The file contains N number of records.

11 Answers   IBM,


what is SYNCHRONIZATION?

3 Answers   Syntel,


Explain what you understand by passing by value.

0 Answers  


diffrence between z(2) and z9(2)

4 Answers   Cap Gemini,


What compiler option would you use for dynamic linking?

2 Answers  


Categories