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


Please Help Members By Posting Answers For Below Questions

What are 77 levels used for?

661


What is the difference between binary search and sequential search?

643


Write a cobol program making use of the redefine clause.

739


Difference between array and sub-script ?

1169


How to know whether the module is dynamical or statistical?

658






What is a scope terminator give example?

659


How do you get the data to code the BMS macro?

1476


What is perform what is varying?

711


When is inspect verb is used in cobol?

679


explain sorting techniques in cobol program?

692


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

714


Name some of the examples of COBOl 11?

2688


Why occurs cannot be used in 01 level in COBOL?

721


What is Pic 9v99 Indicates in COBOL?

730