How can you add a particular field/coloumn in copybook?
Answer Posted / ajinkya bijagare
If Copybook changes(Table changes)are done like insertion of new field.
1) Re-compile the copybook after changes are done.
2) Find all the COBOL program and subprograms which is having SELECT, INSERT,DELETE, UPDATE DB2 statements.
3) Check if needed to insert newly added field name in the query. If yes do so and Re-compile all changed programs and subprograms.
4) In this way new Cobol program load module will get created with new copybook.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you differentiate between cobol and cobol-ii?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the use of intialize verb?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the LINKAGE SECTION used in COBOL?
What are different data types in cobol?
State the various causes of s0c1, s0c5 and s0c7.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to remove 2 duplicate records and copy only one using job control language?
What is difference between static and dynamic call in cobol?
What is the difference between comp and comp-3 usage?
What is the difference between comp and comp-3?
Why would you use find and get rather than to obtain?
what happens if parmparameter passes zero bytes to the program