What is IMPACT analysis?
Answers were Sorted based on User's Feedback
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 |
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
What are the differences bitween cobol and cobol-2?
What is the Purpose of POINTER Phrase in STRING command
What are the rules of the move verb?
where will u code file status ?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What type of SDLC u followed? Why?
Difference between cobol and cobol-ii?
If you were passing a table via linkage, which is preferable - a subscript or an index?
i want to store 20 digits . h will u do it in cobol ?
What is a scope terminator? Give examples.