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 |
should I use Go back in the main program ? Yes we can use Go back in main program as well.
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
What do you do to resolve SOC-7 error?
What is the difference between Global and External Variables?
how can we fetch 3 records in cobol pgm any coding pls ?
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
What is SET TO TRUE all about, anyway?
plz,could any one tell me? what about EBCDIC in cobol?briefly?
How do you code Cobol to access a parameter that has been defined in JCL?
How many types of sorts are there in cobol?
What is the difference between CALL BY VALUE and CALL BY CONTENT?